Learn R Programming

IRTpp (version 0.2.6.1)

irtpp.model: Valid model

Description

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

Usage

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

Run this code
## irtpp.model("1")
## irtpp.model(2)

Run the code above in your browser using DataLab