pbnorm_dist | R Documentation |
Returns distribution of proportional bivariate normal.
pbnorm_dist(mu, sigma, K, log = FALSE)
mu |
A vector of length 2 containing the mean. |
sigma |
A 2-by-2 positive definite covariance matrix |
K |
The ploidy of the individual. |
log |
A logical. If |
A matrix. Element (i,j) is the (log) probability of genotype i-1 at locus 1 and j-1 at locus 2.
David Gerard
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.