Re: [R] Regarding R doubt

2019-06-21 Thread shr...@outlook.com
Thank you so much for the help ! Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10 From: Richard O'Keefe Sent: Thursday, June 20, 2019 10:41:49 AM To: shr...@outlook.com Cc: r-help@r-project.org Subject: Re: [R] Regarding R

Re: [R] Regarding R doubt

2019-06-21 Thread shr...@outlook.com
and scores at the backend of the code. Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10 From: Richard O'Keefe Sent: Thursday, June 20, 2019 2:18:26 AM To: shr...@outlook.com Cc: r-help@r-project.org Subject: Re: [R] Regar

Re: [R] Regarding R doubt

2019-06-19 Thread Richard O'Keefe
fficulty and discrimination values directly, I just > want the simple formulas to calculate item difficulty and item > discrimination. > > Also how they have calculated theta(ability) and scores at the backend of > the code. > > > > > > Sent from Mail <https://go.microsoft.

Re: [R] Regarding R doubt

2019-06-19 Thread Richard O'Keefe
You did not say what your doubt about R was. PL2.rasch has some class. > class(PL2.rasch) [1] 'Grofnigtz' # or whatever The summary function is really just a dispatcher. > summary.Grofnigtz ... a listing comes out here ... Or you could look in the source code of whatever package you are usin.

Re: [R] Regarding R doubt on rasch model

2019-06-19 Thread Rui Barradas
Hello, There are many packages that implement rasch models but I could only find 2 with summary methods, package pairwise and package ltm See [1] and [2]. To see the source code at an R prompt print the function code with summary. where is the output of class(PL2.rasch) R is open sour

Re: [R] Regarding R doubt on rasch model

2019-06-19 Thread Doran, Harold
You need to say what function in R is creating this. However, how are you getting a discrimination parameter for Rasch? -Original Message- From: R-help On Behalf Of shreepad khandve Sent: Wednesday, June 19, 2019 2:49 AM To: r-help@r-project.org Subject: [R] Regarding R doubt on rasch

Re: [R] Regarding R doubt

2019-06-19 Thread Eric Berger
Hi Shreepad, >From the command 'summary(PL2.rasch)' it seems that PL2.rasch is an object. You don't provide enough details on how this object was created. What python or R packages? And what functions from those packages were used? Ideally you would provide a reproducible example, but even without

[R] Regarding R doubt on rasch model

2019-06-19 Thread shreepad khandve
Hello Team, I hope you are doing well. I have one doubt about backend functioning of R command. Currently I'm working on IRT analysis in python but this function is implemented in R and in R they have direct rasch model library but no such library in the Python. So i wanted to know that is there a

[R] Regarding R doubt

2019-06-19 Thread shr...@outlook.com
Hello Team, I hope you are doing well. I have one doubt about backend functioning of R command. Currently I'm working on IRT analysis in python but this function is implemented in R and in R they have direct rasch model library but no such library in the Python. So I wanted to know that is there