View source: R/digram.wrightmap.R
digram.wrightmap | R Documentation |
Draw a Wrightmap
digram.wrightmap(
mod,
do = NULL,
dimname = NULL,
cols = collist,
colscheme = "(.*)_.*",
only.first.dim = F,
verbose = T
)
mod |
Output from tam.mml or tam.fa. |
do |
A digram.object. Used to create title. Alternative to dimname |
dimname |
A string. Used to create title. Alternative to do. |
cols |
A vector of colors. |
colscheme |
A regular expression as string. Used to give items of the same type, same colors. |
only.first.dim |
If TRUE, only the first dimension of the model is used to draw the WrightMap. |
verbose |
Boolean. Set to TRUE to get information about progress. |
Returns a list of item difficulties as thresholds and person abilities as thetas
mod<-digram.estimate(DHP)
digram.wrightmap(mod=mod,do=DHP)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.