Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

An R package for the congeneric ogive model.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
NotificationsYou must be signed in to change notification settings

JonasMoss/conogive

Repository files navigation

Build StatusAppVeyor Build Status

Codecov test coverageDOIProject Status: Active – The project has reached a stable, usable state and is being actively developed.

AnR package for the congeneric normal-ogive model.

Overview

The congeneric normal-ogive model (McDonald, R. P., 1997) is apsychometric model for Likert data with one latent factor. This packagehas functions to estimate such models, calculate their ordinalreliabilities, and make predictions. It implements the concrete ordinalreliabilities of (Moss, 2020).

Installation

From insideR, use one of the following commands:

devtools::install_github("JonasMoss/conogive")

Usage

Estimate a congeneric normal-ogive model withcongive, predict thevalue of the latent factor withpredict, and calculate the reliabilitywithordinal_r.

library("conogive")extraversion=psychTools::bfi[c("E1","E2","E3","E4","E5")]extraversion[,"E1"]=7-extraversion[,"E1"]# Reverse-coded item.extraversion[,"E2"]=7-extraversion[,"E2"]# Reverse-coded item.object= conogive(extraversion)ordinal_r(object)# Observed reliability#> [1] 0.7046056theoretical_ordinal_r(object)# Theoretical reliability#> [1] 0.8122607hist(predict(object,extraversion))# Plot distribution of predictions.

References

McDonald, R. P. (1997). Normal-ogive multidimensional model. In W. J.van der Linden & R. K. Hambleton (Eds.), Handbook of Modern ItemResponse Theory (pp. 257–269). Springer.https://doi.org/10.1007/978-1-4757-2691-6_15

Moss, J. (2020). Please avoid the standardized alpha and the ordinalalpha.https://psyarxiv.com/nvg5d/

About

An R package for the congeneric ogive model.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp