mirt | Multidimensional item response theory | Analytics library

 by   philchalmers R Version: v1.39 License: No License

kandi X-RAY | mirt Summary

kandi X-RAY | mirt Summary

mirt is a R library typically used in Analytics applications. mirt has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

Analysis of dichotomous and polytomous response data using unidimensional and multidimensional latent trait models under the Item Response Theory paradigm. Exploratory and confirmatory models can be estimated with quadrature (EM) or stochastic (MHRM) methods. Confirmatory bi-factor and two-tier analyses are available for modeling item testlets. Multiple group analysis and mixed effects designs also are available for detecting differential item functioning and modeling item and person covariates.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              mirt has a low active ecosystem.
              It has 179 star(s) with 77 fork(s). There are 31 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 1 open issues and 204 have been closed. On average issues are closed in 91 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of mirt is v1.39

            kandi-Quality Quality

              mirt has no bugs reported.

            kandi-Security Security

              mirt has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              mirt does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              mirt releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of mirt
            Get all kandi verified functions for this library.

            mirt Key Features

            No Key Features are available at this moment for mirt.

            mirt Examples and Code Snippets

            No Code Snippets are available at this moment for mirt.

            Community Discussions

            QUESTION

            Issue in extracting a specific column from psych::alpha output
            Asked 2021-Jun-07 at 18:26
            library(mirt) #this contains a dataset called deAyala.
            library(psych) #this contains the alpha() function.
            alpha(deAyala) 
            
            ...

            ANSWER

            Answered 2021-Jun-05 at 09:41

            You can get rid of the warning bit by wrapping it with suppressWarnings() but the first bit of the message looks like just a print statement in the alpha() function. This will work though

            Source https://stackoverflow.com/questions/67848074

            QUESTION

            $ operator is invalid for atomic vectors in shiny R
            Asked 2021-Jun-05 at 12:38

            There is a function in psych package called 'alpha' which gives out various statistics. I want a specific column from the output so I use a code. This code works perfectly in console but it doesn't work when I try to use it in shiny.

            ...

            ANSWER

            Answered 2021-Jun-05 at 12:38

            You can use renderTable or renderText to display the output instead of renderUI.

            Source https://stackoverflow.com/questions/67849268

            QUESTION

            I have a function which scores my data as 1 or 0(right or wrong) for MCQ responses(A,B,C,D). I want NA to be scored as NA not as 0
            Asked 2021-May-28 at 18:43

            I have a column called 'KEY' which stores the correct response for each MCQ question. I also have the data set which contains scored responses such as A,B,C,D. This(notice how it has some responses which are NA or --) is how my data looks like. This is how my Key looks like.

            I am using this function to score the data:-

            ...

            ANSWER

            Answered 2021-May-28 at 10:40

            You have NA values as strings ('NA') and not actual NA's. It should work once you convert it to actual NA values.

            Source https://stackoverflow.com/questions/67734191

            QUESTION

            Font size in mirt plots
            Asked 2021-Jan-30 at 13:52

            I'm trying to increase font size in mirt plots, however, so far I'm able to increase size of ticks only:

            ...

            ANSWER

            Answered 2021-Jan-30 at 13:52

            You can set parameters globally with trellis.par.set or pass to the individual plot using the par.settings parameter. trellis.par.get() can be used to get a list of the names of the objects that can be updated.

            So for example the following can be used to update specific parameters within a plot

            Source https://stackoverflow.com/questions/65952656

            QUESTION

            Cant log in to Mirth 3.8.1 after upgarde
            Asked 2020-Mar-12 at 16:11

            I recently upgraded Mirth to version 3.8.1. Since the upgrade I have been unable to log in to the Web dashboard nor the Connect Administrator. I have tried my previous credentials for the previous ver and the default admin/admin.

            I was wondering has anyone else experienced similar issues?

            Additional: When I try to connect using Mirth Connect Server:

            ERROR 2020-03-10 13:47:08,925 [Main Server Thread] com.mirth.connect.server.Mirt h: http.port port is already in use: 8082 ERROR 2020-03-10 13:47:08,925 [Main Server Thread] com.mirth.connect.server.Mirt h: https.port port is already in use: 8443

            But looking at port 8443 it appears to be listening: C:\windows\system32>netstat -a | findstr 8443 TCP 0.0.0.0:8443 LAB003708:0 LISTENING TCP [::]:8443 LAB003708:0 LISTENING

            I have checked the

            mirth-cli-config

            file and the username and password is correct.

            ...

            ANSWER

            Answered 2020-Mar-12 at 16:11

            After allot of troubleshooting it appeared that although the Mirth 3.8.1 installer detected the previous version it had not removed the Mirth Connect Server ver 3.7, so when I launched Mirth 3.8.1 there appeared to be two Mirth connections to same port and there was a conflict.

            Running a combination of manually deleting and using the MS uninstall program fro Mirth 3.7, then reinstalling Mirth 3.8.1 worked.

            Hopefully this might be useful for someone with same issue.

            Source https://stackoverflow.com/questions/60614569

            QUESTION

            Trying to find a way to combine IRT info plots from 3 different mirt models in R in the same
            Asked 2020-Jan-13 at 22:40

            I am looking to combine all three" test information function" lines (one for each model) into one and the same graph. I have a data set of category 1-5 Likert responses in 400 rows in sets of 8 columns (one for each item). I have ran three IRT models on these sets using mirt package in R, and produced test info plots. I would like to combine IRT test info plots from three different (graded response) models, three lines, in one and the same grid.

            ...

            ANSWER

            Answered 2020-Jan-13 at 16:40

            Your plots from the mirt package are a lattice object, so you can try using latticeExtra, since you did not provide your dataset, I provide an example code below using the example dataset in the package:

            Source https://stackoverflow.com/questions/59708592

            QUESTION

            Shiny app runs when code submitted in console but not when Run App button is selected
            Asked 2019-May-10 at 19:24

            I'm building a shiny app and I'm noticing that when I submit the code to console everything loads correctly and runs as expected; however when I render the app with the Run App button I'm getting errors.

            Specifically, when I use the Run App button I get the following error in the application:'Error: cannot open the connection.' Additionally, I'm getting this error in the console: 'Error: cannot open the connection,' while the console reads: 'Warning in gzfile(file, "rb") :cannot open compressed file 'DATA//grm_mod.rds', probable reason 'No such file or directory''

            The application is straightforward: A user uploads a data file, while on the back end an R model object is loaded, scores are estimated from the model, and results display in a table that the user can download.

            What is the likely cause of this error? Note, the likely source of the error is under the code comment "Conversion steps" in the server logic.

            Thank you.

            ...

            ANSWER

            Answered 2019-May-10 at 17:14

            The filepath is relative to the Shiny App, not your working directory, so when you use runApp() and call readRDS('DATA//grm_mod.rds') it expects a directory DATA that is a subdirectory of the directory in which the .R file that contains your app is stored. If you move DATA to the same directory as app.r it should work.

            Source https://stackoverflow.com/questions/56081418

            QUESTION

            How to suppress calculation process infomation and only keep calculation result in R markdown HTML?
            Asked 2019-Apr-18 at 08:21
            ---
            title: "Untitled"
            output: html_document
            ---
            
            ```{r setup, include=FALSE}
            knitr::opts_chunk$set(echo = FALSE)
            ```
            
            ```{r,message=FALSE}
            library(mirt)
            set.seed(12345)
            a <- matrix(abs(rnorm(15,1,.3)), ncol=1)
            d <- matrix(rnorm(15,0,.7),ncol=1)
            itemtype <- rep('2PL', nrow(a))
            N <- 1000
            dataset1 <- simdata(a, d, N, itemtype)
            dataset2 <- simdata(a, d, N, itemtype, mu = .1, sigma = matrix(1.5))
            dat <- rbind(dataset1, dataset2)
            group <- c(rep('D1', N), rep('D2', N))
            models <- 'F1 = 1-15'
            
            mod_configural <- multipleGroup(dat, models, group = group)
            
            coef(mod_configural )
            ```
            
            ...

            ANSWER

            Answered 2019-Apr-18 at 08:20

            The solution is very simple and has nothing to do with RMD.

            Source https://stackoverflow.com/questions/55741722

            QUESTION

            How to quit R script when one R package not installed successfully?
            Asked 2019-Mar-14 at 08:28
            #!/usr/bin/Rscript
            install.packages("Deriv")
            install.packages("vegan")
            packageurl <- "https://cran.r-project.org/src/contrib/Archive/mirt/mirt_1.27.1.tar.gz"
            install.packages(packageurl, repos=NULL, type="source")
            
            ...

            ANSWER

            Answered 2019-Mar-14 at 07:28

            Is this what you are looking for?

            Source https://stackoverflow.com/questions/55156415

            QUESTION

            How to get value of fitted curve from an IRT model at specific point in R?
            Asked 2018-Nov-16 at 21:22

            So I have some data that I fit a IRT graded response model to, using this code:

            ...

            ANSWER

            Answered 2018-Nov-16 at 21:22

            probtrace(extract.item(results.grm, 1), c(-1)) should work - also, might be helpful to look at https://github.com/philchalmers/mirt/issues/21

            Source https://stackoverflow.com/questions/53343271

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install mirt

            You can download it from GitHub.

            Support

            Bug reports are always welcome and the preferred way to address these bugs is through the Github 'issues'. Feel free to submit issues or feature requests on the site, and I'll address them ASAP. Also, if you have any questions about the package, or IRT in general, then feel free to create a 'New Topic' in the mirt-package Google group. Cheers!.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Analytics Libraries

            superset

            by apache

            influxdb

            by influxdata

            matomo

            by matomo-org

            statsd

            by statsd

            loki

            by grafana

            Try Top Libraries by philchalmers

            mirtCAT

            by philchalmersR

            SimDesign

            by philchalmersR

            faoutlier

            by philchalmersR

            OLScurve

            by philchalmersR

            plotSEMM

            by philchalmersR