irtpp.model: Valid model

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Return a valid model string for a representation of a model.

Usage

1
irtpp.model(model, asnumber = F)

Arguments

model

Model representation in a integer, string, character, or list with a model element

asnumber

Boolean. Set to true if you need the model as a integer (i.e. To interface with cpp)

Value

model The valid string model for this model.

Examples

1
2
## irtpp.model("1")
## irtpp.model(2)

IRTpp documentation built on May 29, 2017, 9:58 a.m.