count_free_parameters {nlsem} | R Documentation |
Count free parameters of structural equation model
Description
Counts free parameters of a structural equation model of class
singleClass
, semm
, or nsemm
.
Usage
count_free_parameters(model)
Arguments
model |
A model created with |
Value
Returns the number of free parameters in the model
(numeric).
Examples
model <- specify_sem(num.x = 4, num.y = 2, num.xi = 2, num.eta = 1,
xi = "x1-x2,x3-x4", eta = "y1-y2", interaction = "eta1~xi1:xi2")
count_free_parameters(model)
[Package nlsem version 0.8-1 Index]