brxx_Cor_general: brxx_Cor_general: Bayesian Estimation of Reliability from...

Description Usage Arguments Value Examples

View source: R/brxx_Cor_general.R

Description

This function estimates reliability from correlation given the correlation estimate.

Usage

1
brxx_Cor_general(cor, alpha, beta, CI, items)

Arguments

cor

Correlation estimate.

alpha

Prior true score variance.

beta

Prior error variance.

CI

Credible interval quantile, as a decimal (ie, for 95 percent, 0.95).

items

Number of test items.

Value

Returns estimated median and quantile based credible limits for reliability.

Examples

1
brxx_Cor_general(cor=0.85,alpha=3.51,beta=1.75,CI=0.95,items=10)

brxx documentation built on Jan. 26, 2021, 5:06 p.m.