rpf.modify: Create a similar item specification with the given number of...

rpf.modifyR Documentation

Create a similar item specification with the given number of factors

Description

Create a similar item specification with the given number of factors

Usage

rpf.modify(m, factors)

Arguments

m

item model

factors

the number of factors/dimensions

Examples

s1 <- rpf.grm(factors=3)
rpf.rparam(s1)
s2 <- rpf.modify(s1, 1)
rpf.rparam(s2)

rpf documentation built on Aug. 22, 2023, 1:06 a.m.