Learn R Programming

nlsem (version 0.8-1)

count_free_parameters: 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)

Value

Returns the number of free parameters in the model (numeric).

Arguments

model

A model created with specify_sem.

Examples

Run this code
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)

Run the code above in your browser using DataLab