similar to: IRT - Item Information Function: ltm package

Displaying 20 results from an estimated 2000 matches similar to: "IRT - Item Information Function: ltm package"

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
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
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
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")
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
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]]
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
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
2007 Jan 09
1
differential item function for item response theory
Hi my friends, I'm very new to R and need your help. I used R and ltm package for item response theory (IRT) modeling. I also need to compute differential item function (DIF) for IRT models. I searched the archive but basically found nothing. Could you help me find some sources about handling DIF of IRT? Many thanks in advance! Feng
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)
2007 Dec 12
0
IRT Likelihood problem
I have the following item response theory (IRT) likelihood that I want to maximize w.r.t. to theta (student ability). L(\theta) = \prod(p(x)) Where p(x) is the 3-parameter logistic model when items are scored dichotomously (x_{ij} = 0 or 1) and p(x) is Muraki's generalized partial credit model when items are scored polytomously (x_{ij} = 0 \ldots J). Now, I wrote the following two functions
2011 Nov 20
2
ltm: Simplified approach to bootstrapping 2PL-Models?
Dear R-List, to assess the model fit for 2PL-models, I tried to mimic the bootstrap-approach chosen in the GoF.rasch()-function. Not being a statistician, I was wondering whether the following simplification (omit the "chi-squared-expressed model fit-step") would be appropriate: GoF.ltm <- function(object, B = 50, ...){ liFits <- list() for(i in 1:B){ rndDat <-
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
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