count_free_parameters: Count free parameters of structural equation model

View source: R/model.R

count_free_parametersR 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 specify_sem.

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)

nlsem documentation built on Aug. 31, 2023, 5:14 p.m.