Displaying 20 results from an estimated 7000 matches similar to: "IRT ltm function plot for probabilities"
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
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
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
2007 May 08
0
irtoys
I have just submitted irtoys_0.1.0, a package potentially useful for
those working with IRT models. It can fit the 1PL, 2PL, and 3PL models
through a simple and unified syntax, using either the R package ltm,
Brad Hanson's ICL program, or the commercially available BILOG-MG. The
purpose is basically to facilitate teaching, and especially comparisons
across models and/or programs. Various
2007 May 08
0
irtoys
I have just submitted irtoys_0.1.0, a package potentially useful for
those working with IRT models. It can fit the 1PL, 2PL, and 3PL models
through a simple and unified syntax, using either the R package ltm,
Brad Hanson's ICL program, or the commercially available BILOG-MG. The
purpose is basically to facilitate teaching, and especially comparisons
across models and/or programs. Various
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
2011 Jul 27
1
Inserting weights in ltm package
Afternoon R help,
I want to run Rasch/IRT analyses using the ltm package, however, I am
using large scale survey data which requires weighting for accurate
results. I attempted to create a weighted object to insert into the
formulae of the ltm packages, however, the survey data only includes
30 replicate weights and a sampling weight. The svrepdesign requires
additional information such as
2008 Feb 28
0
problem with the ltm package - 3PL model
Hi Xavier,
the reason you observe this feature is that in the 'constraint'
argument you should specify the values under the additive
parameterization, i.e., when in the second column of the matrix
supplied in 'constraint' you specify 2, then you need to provide the
easiness parameters (not the difficulty parameters) in the third
column. Check the Details section of ?tpm() and
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 Jan 19
1
ability estimate with GRM of IRT
Hi my friends,
I have an issue with ability estimates when running GRM of IRT. I
have responses from 242 subjects but got 183 ability estimates.
Below is what I did to get the estimates.
1) I have a csv file "P1.csv" and I imported it into R and loaded
the "ltm" package by doing:
p1<-read.table("P1.csv",header=TRUE,sep=",")
library(ltm)
2) I
2009 Mar 02
0
package ltm -- version 0.9-0
Dear R-users,
I'd like to announce the release of the new version of package 'ltm'
(i.e., ltm_0.9-0 soon available from CRAN) for Item Response Theory
analyses. This package provides a flexible framework for analyzing
dichotomous and polytomous data under various IRT models. Furthermore,
supporting functions for descriptive statistics, goodness-of-fit,
ability estimation and
2009 Mar 02
0
package ltm -- version 0.9-0
Dear R-users,
I'd like to announce the release of the new version of package 'ltm'
(i.e., ltm_0.9-0 soon available from CRAN) for Item Response Theory
analyses. This package provides a flexible framework for analyzing
dichotomous and polytomous data under various IRT models. Furthermore,
supporting functions for descriptive statistics, goodness-of-fit,
ability estimation and
2005 Sep 27
0
package 'ltm' -- version: 0.3-0
Dear R users,
I'd like to announce the new version of the package "ltm" (available
from CRAN), for fitting Latent Trait Models (including the Rasch and
two-parameter logistic models) under the Item Response Theory
approach. Three main extra features have been added: (i) now both
ltm() and rasch() permit general fixed-value constraints (e.g., useful
for scaling purposes), (ii)
2005 Sep 27
0
package 'ltm' -- version: 0.3-0
Dear R users,
I'd like to announce the new version of the package "ltm" (available
from CRAN), for fitting Latent Trait Models (including the Rasch and
two-parameter logistic models) under the Item Response Theory
approach. Three main extra features have been added: (i) now both
ltm() and rasch() permit general fixed-value constraints (e.g., useful
for scaling purposes), (ii)
2008 Mar 10
1
ltm package question
Hello All,
I was wondering how I can get the overall Pearson chi^2 test of model fit
with its df and p value in the LTM package for the 2PL models.
Thanks,
--
Davood Tofighi
Department of Psychology
Arizona State University
[[alternative HTML version deleted]]
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
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]]