philchalmers / mirt

Multidimensional item response theory
https://philchalmers.github.io/mirt/
201 stars 75 forks source link

fscores colnames for method="EAPsum" #171

Closed TomBentonCA closed 4 years ago

TomBentonCA commented 4 years ago

Have noticed that if method="EAPsum" is used within fscores then the standard error of theta has the name "SE.Theta". All of the other methods produde standrd errors that are prefixed with "SE_". This causes issues when using the "empiricalrxx" function as it start by looking for a column with "SE" in it.

Probably easiest to fix this by amending the "empirical_rxx" function so the line that currently says

isSE <- grepl("SE", nms)

is changed to

isSE <- (grepl("SE", nms)|grepl("SE.Theta", nms))

philchalmers commented 4 years ago

Thanks. I decided to change the 'EAPsum' method where the SE-type columns use the SE_ convention. Let me know if this fixes your issue.

TomBentonCA commented 4 years ago

Thanks. That will work fine.

From: Phil Chalmers [mailto:notifications@github.com] Sent: 27 November 2019 06:26 To: philchalmers/mirt Cc: Tom Benton; Author Subject: Re: [philchalmers/mirt] fscores colnames for method="EAPsum" (#171)

Thanks. I decided to change the 'EAPsum' method where the SE-type columns use the SE_ convention. Let me know if this fixes your issue.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/philchalmers/mirt/issues/171?email_source=notifications&email_token=AHZATGGUXXAVIBNWI2YHR43QVYHJDA5CNFSM4JRU5S3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFIOHSA#issuecomment-558949320, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHZATGA2AJGL7DDMZYGAPNLQVYHJDANCNFSM4JRU5S3A.

Any dissemination or copying of this email or attachments is strictly prohibited unless you are the intended recipient or are responsible for delivering the message to the intended recipient. If you have received this email in error, please let us know and then delete the original emails and any attachments. Emails are not secure and therefore Cambridge Assessment and OCR (Oxford Cambridge and RSA Examinations is a company limited by guarantee, registered in England. Registered office: 1 Hills Road, Cambridge CB1 2EU. Company number: 3484466 and an exempt charity) do not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of Cambridge Assessment or OCR unless specifically stated. The information contained in this email may be subject to public disclosure under the Freedom of Information Act 2000 and unless legally exempt from disclosure, the confidentiality of this email and your reply cannot be guaranteed.