netgwas (version 0.0.1-1)

cutoffs: Cut-points

Description

Calculates cut-points of ordinal variables with respect to the Gaussian copula.

Usage

cutoffs(y)

Arguments

y

An (\(n \times p\)) matrix or a data.frame corresponding to the data matrix (\(n\) is the sample size and \(p\) is the number of variables). It also could be an object of class "simgeno".

Value

cutoffs

A \(p\) by \((k + 1)\) matrix representing the cut-point values under the Gaussian copula, where \(k\) defines the number of categories in the dataset.

Details

The relationship between \(j\)th variable and \(j\)th latent variable is expressed through this set of cut-points.

References

1. Behrouzi, P., and Wit, E. C. (2017a). Detecting Epistatic Selection with Partially Observed Genotype Data Using Copula Graphical Models. arXiv preprint, arXiv:1710.00894. 2. Behrouzi, P., and Wit, E. C. (2017b). De novo construction of q-ploid linkage maps using discrete graphical models. arXiv preprint, arXiv:1710.01063. 3. Behrouzi, P., and Wit, E. C. (2017c). netgwas: An R Package for Network-Based Genome-Wide Association Studies. arXiv preprint, arXiv:1710.01236.

See Also

lower.upper, simgeno and netgwas-package.

Examples

Run this code
# NOT RUN {
	D <- simgeno(p = 100, n = 50, k = 3)
	cutoffs(D$data)
# }

Run the code above in your browser using DataLab