AIC,regularizedSEMWithCustomPenalty-method {lessSEM} | R Documentation |
AIC
Description
returns the AIC. Expects penalizedParameterLabels and zeroThreshold
Usage
## S4 method for signature 'regularizedSEMWithCustomPenalty'
AIC(object, ..., k = 2)
Arguments
object |
object of class regularizedSEMWithCustomPenalty |
... |
Expects penalizedParameterLabels and zeroThreshold. penalizedParameterLabels: vector with labels of penalized parameters. zeroThreshold: penalized parameters below this threshold will be counted as zeroed. |
k |
multiplier for number of parameters |
Value
AIC values
[Package lessSEM version 1.5.5 Index]