.partit_bvnorm | R Documentation |
.partit_bvnorm
returns a table of selection accuracy indices
.partit_bvnorm( cut1, cut2, mean1 = 0, sd1 = 1, mean2 = 0, sd2 = 1, cor12 = 0, cov12 = cor12 * sd1 * sd2 )
cut1 |
Cut score based on the latent score |
cut2 |
Cut score based on the observed score |
mean1 |
Mean of first normal distribution (on x-axis). |
sd1 |
Standard deviation of first normal distribution. |
mean2 |
Mean of second normal distribution (on y-axis). |
sd2 |
Standard deviation of second normal distribution. |
cor12 |
Correlation in the bivariate normal. |
cov12 |
Covariance in the bivariate normal. If not input, compute the covariance using the correlation and the standard deviations. |
A table of selection accuracy indices
## Not run: .partit_bvnorm(cut1 = 2, cut2 = 2, mean1 = 0, sd1 = 1, mean2 = 1.53, sd2 = 0.89, cov12 = 0.80) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.