Learn R Programming

updog (version 1.1.3)

get_bivalent_probs_dr: Double reduction version of get_bivalent_probs.

Description

Double reduction version of get_bivalent_probs.

Usage

get_bivalent_probs_dr(ploidy)

Arguments

ploidy

The ploidy of the individual. Should be even and greater than 0.

Value

A list. The same elements as in get_bivalent_probs, augmented to include more scenarios, but with the additional element penvec. This is a logical vector that is TRUE if the corresponding rows of probmat and pmat and elements of lvec would be included in the non-double-reduction-model and is FALSE otherwise.

See Also

get_bivalent_probs.

Examples

Run this code
# NOT RUN {
get_bivalent_probs(4)

# }

Run the code above in your browser using DataLab