Learn R Programming

MCCM (version 0.1.0)

esti_polyserial: Polyserial Correlation

Description

Estimate the polyserial correlation coefficient.

Usage

esti_polyserial(X, maxn = 100, e = 1e-08)

Value

rho

estimated value of polyserial correlation coefficient.

std

standard deviation of rho.

iter

times of iteration convergence.

Ex,Ey

the support point of regression model.

Arguments

X

a matrix(2*N) or dataframe contains two polyserial variable(Continuous variable first).

maxn

the maximum iterations times.

e

the maximum tolerance of convergence.

References

Zhang, P., Liu, B., & Pan, J. (2024). Iteratively Reweighted Least Squares Method for Estimating Polyserial and Polychoric Correlation Coefficients. Journal of Computational and Graphical Statistics, 33(1), 316–328. https://doi.org/10.1080/10618600.2023.2257251

See Also

esti_polychoric

Examples

Run this code
X = gen_polyseries(1000,0.5,-1:1)
result = esti_polyserial(X)
result

Run the code above in your browser using DataLab