similar to: Joint maximum likelihood estimation for ordinal data

Displaying 20 results from an estimated 1000 matches similar to: "Joint maximum likelihood estimation for ordinal data"

2007 May 08
0
MiscPsycho Package 1.0
I have just submitted MiscPsycho to CRAN. MiscPsycho contains functions for miscellaneous psychometrics that may be useful for applied psychometricians. MML estimation already exists in the ltm package. Hence, a jml option is provided for users who prefer this method. The jml function gives back rasch difficulties and the same Infit and Outfit statistics as Winsteps. Also, jml is known to return
2007 May 08
0
MiscPsycho Package 1.0
I have just submitted MiscPsycho to CRAN. MiscPsycho contains functions for miscellaneous psychometrics that may be useful for applied psychometricians. MML estimation already exists in the ltm package. Hence, a jml option is provided for users who prefer this method. The jml function gives back rasch difficulties and the same Infit and Outfit statistics as Winsteps. Also, jml is known to return
2007 Apr 27
0
Protocol for data inclusion in new packages
In the near future I will release MiscPsycho, a package that contains various functions useful for applied psychometricians. I would like to include some data sets for distribution in the package, but have not created any of these on my own, but have used data distributed in other packages such as the LSAT data in the ltm package. Is it appropriate for me to distribute a data set in the package I
2008 Sep 18
2
Ability estimates for partial credit model
Dear all, I'm working on ability estimates using Rasch model. Using the "ltm" package, the procedure is quite simple: ## Factor Scores for the Rasch model fit <- rasch(LSAT) factor.scores(fit) What about Partial Credit Model (PCM)? For PCM I use PCM function from eRm package. Is there any similar function like factor.scores to estimate ability scores using PCM model? Best,
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
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 Jan 21
0
Problem with package build
I've been building, checking, and installing a package all day today with no errors. I have even been able to bring the package into R on my machine and use it all day doing test runs. However, now, when I run Rcmd check, I get errors. Keep in mind not one thing has changed. I haven't touched any of the functions or .Rd files, yet I get the error below at this point and the package cannot
2012 Jan 26
1
eRm package - Rasch simulation
When I try to create a Rasch simulation of data using the sim.rasch function, I get more items than I intend #My code library(eRm) #Number of items k <- 20 #Number of participants n <- 100 #Create Rasch Data #sim.rasch(persons, items, seed = NULL, cutpoint = "randomized") r.simulation <- sim.rasch(n,k) I end up with 20 participants and 100 items, but the instructions say
2008 Jan 23
0
MiscPsycho 1.1 uploaded to CRAN
Version 1.1 of the MiscPsycho package had been uploaded to CRAN. The package has been updated to include the following: 1) The irt.ability() function that estimates examinee ability given a set of item parameters. The function is very general and can be used to estimate ability when there are only dichotomous items (1-, 2-, or 3PL), only polytomous items (generalized partial credit model), or a
2008 Jan 23
0
MiscPsycho 1.1 uploaded to CRAN
Version 1.1 of the MiscPsycho package had been uploaded to CRAN. The package has been updated to include the following: 1) The irt.ability() function that estimates examinee ability given a set of item parameters. The function is very general and can be used to estimate ability when there are only dichotomous items (1-, 2-, or 3PL), only polytomous items (generalized partial credit model), or a
2012 Jan 26
1
eRm - Rasch modeling - First item missing from estimation
I'm trying to kick off some of the rust and learn some of the R packages for Rasch modeling. When I tried using the eRm package, I get item difficulty estimates for all my items accept the first (in terms of order) item. #Begin code library(eRm) r.simulation <- sim.rasch(20,100) r.data <- r.simulation$items #eRm results erm.rasch <- RM(r.data) names(erm.rasch) erm.items <-
2006 Aug 24
1
Optim question
This is a very basic question, but I am a bit confused with optim. I want to get the MLEs using optim which could replace the newton-raphson code I have below which also gives the MLEs. The function takes as input a vector x denoting whether a respondent answered an item correctly (x=1) or not (x=0). It also takes as input a vector b_vector, and these are parameters of test items (Rasch estimates
2008 Jan 21
1
Adding an Sweave Vignette to a package
I'm finalizing development of a package that will include a vignette. Without the vignette, the package builds fine with no warnings and is ready for distribution. Now, I am following the directions for developing vignettes "Sweave, Part II: Package Vignettes" by Friedrich Leisch. I am using a windows XP machine (other session info below). Here is what I have done. 1) I add the
2007 Sep 19
2
recommended package/docs for analyzing multiple choice tests
Hi, What package would you recommend for analyzing the validity/reliability of multiple choice tests. Doing things such as classical test analysis, factor analysis, item response theory. I've used psychometric (item.exam), MiscPsycho (alpha.Summary), and ltm (rcor.test). MiscPsycho reported the numbers most similar to what I get in SPSS: corrected point biserial correlations,
2006 Apr 19
1
Function to approximate complex integral
I am writing a small function to approximate an integral that cannot be evaluated in closed form. I am partially successful at this point and am experiencing one small, albeit important problem. Here is part of my function below. This is a psychometric problem for dichotomously scored test items where x is a vector of 1s or 0s denoting whether the respondent answered the item correctly (1) 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 15
0
Vignette for MiscPsycho Package
By the end of the day I will have a vignette completed for MiscPsycho. This vignette lays out the mathematical details for the primary functions in the package and provides substantive examples on how to use these functions in a sample session. This vignette will ultimately end up being distributed with the package itself. However, I plan to build new versions slowly. So, if you would like a copy
2008 Feb 29
0
MiscPsycho 1.1 revised posted
A revised version of the MiscPsycho package has been uploaded to CRAN. The fixes include: 1) A bug found in the class.acc() function that resulted in overflow errors when computing probabilities associated with polytomously scored items has been resolved. The function now integrates over the posterior distribution of an IRT model for dichotomously scored items, polytomously scored items, or a
2008 Oct 01
0
MiscPsycho 1.3 posted to CRAN
An updated version of the Miscellaneous Psychometrics package has been updated to CRAN. The following updates are included in the package: 1) An implementation of the Stocking-Lord procedure for linking test scales. 2) An implementation of the Levenshtein algorithm for comparing character strings 3) stringProbs, a function for computing the probability of a given Levenshtein Distance 4) Three