Displaying 20 results from an estimated 900 matches similar to: "ability estimate with GRM of IRT"
2009 Oct 14
1
ltm package error for grm (IRT)
Using the grm function (graded response IRT model) in the ltm package I
receive the following error:
Error: subscript out of bounds
for several scales I'd like to examine. Here's a small example that if run a
few times will likley produce the error at least once
ch<-array(round(runif(50,1,5)),c(10,5))
grm(ch,start.val="random")
## or
2011 Feb 10
1
factor.scores
The function factor.scores is used with package ltm and others to estimate IRT type scores for various models. It inherits objects of class grm, gpcm and a few others. What I would like to do is to use the factor.scores function, but feed it my own item parameters (from a bifactor model where the 2PL parameters are adjusted for the bifactor structure). Does anybody have an idea of how this might
2007 May 08
0
package ltm -- version 0.8-0
Dear R-users,
I'd like to announce the release of the new version of package `ltm'
(i.e., ltm_0.8-0 soon available from CRAN) for Item Response Theory
analyses. This package provides a flexible framework for analyzing
dichotomous and polytomous data under IRT, including the Rasch model,
the Two-Parameter Logistic model, Birnbaum's Three-Parameter model,
the Latent Trait model
2007 May 08
0
package ltm -- version 0.8-0
Dear R-users,
I'd like to announce the release of the new version of package `ltm'
(i.e., ltm_0.8-0 soon available from CRAN) for Item Response Theory
analyses. This package provides a flexible framework for analyzing
dichotomous and polytomous data under IRT, including the Rasch model,
the Two-Parameter Logistic model, Birnbaum's Three-Parameter model,
the Latent Trait model
2012 Nov 08
0
mirt vs. eRm vs. ltm vs. winsteps
Dear R-List,
I tried to fit a partial credit model using the "pcmdat" from eRm-package comparing the results of mirt, eRm, ltm and winsteps.
The results where quite different, though. I cannot figure out what went wrong and I do not know which result I can rely on.
This is what I did in R
library(mirt)
#load(file="u3.RData")
2007 Sep 05
0
New R package plink for separate calibration IRT linking
The first version of the package plink has been uploaded to CRAN.
plink is a package for conducting unidimensional IRT scaling and chain
linking for multiple groups for single-format or mixed-format common
items. The package supports eight IRT models and four calibration
methods.
Dichotomous Models:
1PL, 2PL, 3PL
Polytomous Models:
-Graded response model
-Partial credit model
-Generalized
2007 Sep 05
0
New R package plink for separate calibration IRT linking
The first version of the package plink has been uploaded to CRAN.
plink is a package for conducting unidimensional IRT scaling and chain
linking for multiple groups for single-format or mixed-format common
items. The package supports eight IRT models and four calibration
methods.
Dichotomous Models:
1PL, 2PL, 3PL
Polytomous Models:
-Graded response model
-Partial credit model
-Generalized
2009 Apr 20
0
Major revision of plink for separate calibration IRT-based linking
An updated version of the package plink has been uploaded to CRAN. This is a
major revision that now includes multidimensional models and methods.
plink is a package for conducting unidimensional and multidimensional
IRT-based test linking using separate calibration methods for multiple
groups for single-format or mixed-format common items. The package supports
sixteen IRT models and eleven
2009 Apr 20
0
Major revision of plink for separate calibration IRT-based linking
An updated version of the package plink has been uploaded to CRAN. This is a
major revision that now includes multidimensional models and methods.
plink is a package for conducting unidimensional and multidimensional
IRT-based test linking using separate calibration methods for multiple
groups for single-format or mixed-format common items. The package supports
sixteen IRT models and eleven
2001 Jul 09
1
problem loading saved image
I had an open session working in R and I regularly save the image with
save.image(). However, after a period of inactivity of a few days. I quit
the session. Now, when I try to restart R and load the same image I get the
following result:
> load("y:/grm/sdata/.rdata1")
Error in load("y:/grm/sdata/.rdata1") : an xdr real data read error occured
Can someone explain the cause
2010 Mar 22
0
IRT - Item Information Function: ltm package
Hi Everybody,
I have just been introduced to R and have used the ltm package for
calibrating items under IRT.
I have been able to get the item parameters using the fit function under
different models.
I am using the 2PL model. I have got the parameters for some 300 items
from 15 different tests using the function fit.
Now I need to automatically generate tests such that they have atleast a
2010 Sep 27
0
IRT ltm function plot for probabilities
Hello,
my question is; for a specific item, how can I create a plot with both the
empirical probability of correct response and the predicted probability as a
function of the mean of the ability intervals (similar to a BILOG plot).
Thank you
--
View this message in context: http://r.789695.n4.nabble.com/IRT-ltm-function-plot-for-probabilities-tp2714881p2714881.html
Sent from the R help mailing
2005 Nov 26
1
IRT Package
Hi all,
Could anyone tell me if there is some package that fits any Item Response Model (further the ltm package)?
Regards,
Caio
---------------------------------
[[alternative HTML version deleted]]
2001 Oct 23
2
installing/running Monkey Island 3 and 4
I have problems running Monkey Island 3 here. Installing it works fine,
but the problems comes when trying to run it. When pressing "Play Game" (I
think that's what the button says), the program just wants to install
DirectX 5.0. I guess that trying to install it is NOT an option, when
you're using wine.
Second, installing Monkey Island 4 is not successful, because you have
this
2006 Mar 13
0
package ltm -- version 0.4-0
Dear R-users,
I'd like to announce the new version of package 'ltm' for Item
Response Theory analysis. The function grm() (along with supporting
methods, i.e., anova, margins, factor.scores, etc.) has been added for
fitting the Graded Response Model for ordinal polytomous manifest
variables. An extra feature of the plot method for classes 'grm',
'ltm' and
2006 Mar 13
0
package ltm -- version 0.4-0
Dear R-users,
I'd like to announce the new version of package 'ltm' for Item
Response Theory analysis. The function grm() (along with supporting
methods, i.e., anova, margins, factor.scores, etc.) has been added for
fitting the Graded Response Model for ordinal polytomous manifest
variables. An extra feature of the plot method for classes 'grm',
'ltm' and
2010 Mar 11
2
about IRT simulation
hello R:
we have a two-parameter IRT simulation code. The goal is to generate a
response matrix.But the "for" part doesn't run. we don't know what is wrong
with it.
Thanks so much~~~
I <- 10
J <- 5
response <- matrix(0, 10, 5)
pij <- function(a,b,theta)
{
a <- rnorm(J, 0.8, 0.04)
a
b <- rnorm(J, 0, 1)
b
theta <- rnorm(I, 0,1)
theta
for( i in 1:I ) {
for(
2006 Nov 13
1
Nominal Respose Model in R
Hi:
I have been working in Item Response Theory, exactly, with Nominal Response Model (NRM). Exist in R
a function for estimate parameter and ability from database for this Model?.
Thank you,
Xavier G. Ordóñez
[[alternative HTML version deleted]]
2006 Sep 06
0
package ltm -- version 0.6-0
Dear R-users,
I'd like to announce the release of the new version of package 'ltm'
for analyzing multivariate dichotomous and polytomous data under the
Item Response Theory approach.
New features:
* function tpm() (along with supporting methods, i.e., anova, plot,
margins, factor.scores, etc.) has been added for fitting Birnbaum's
Three Parameter Model.
* grm() can now
2006 Sep 06
0
package ltm -- version 0.6-0
Dear R-users,
I'd like to announce the release of the new version of package 'ltm'
for analyzing multivariate dichotomous and polytomous data under the
Item Response Theory approach.
New features:
* function tpm() (along with supporting methods, i.e., anova, plot,
margins, factor.scores, etc.) has been added for fitting Birnbaum's
Three Parameter Model.
* grm() can now