Learn R Programming

psych (version 1.0-33)

polychor.matrix: Actually, what does this do? Convert a matrix of phi coefficients to a matrix of polycoric correlations

Description

Given a vector of a vector of frequencies, use John Fox's polycor function to convert these to polychoric correlations.

Not ready for public consumption.

Usage

polychor.matrix(x, y = NULL)

Arguments

x
a matrix of phi coefficients
y
perhaps

Value

    Details

    This is a stub of a function to convert a matrix of phi coefficients with an accompanying vector of frequencies into polychoric correlations. Clearly it is not there yet, but is included in the package as a stopgap.

    Please do not use.