get.score3: Short one-phrase description.

View source: R/subsequent.test.R

get.score3R Documentation

Short one-phrase description.

Description

Longer proper discription of function...

Usage

get.score3(Pa, Pd, Sa, Sd, l = NULL)

Arguments

Pa

A numeric value containing either the state, or the probability of the state, of the phenotype at a given ancestral node.

Pd

A numeric value containing either the state, or the probability of the state, of the phenotype at a given descendant node.

Sa

A numeric value containing either the state, or the probability of the state, of SNPi at a given ancestral node.

Sd

A numeric value containing either the state, or the probability of the state, of SNPi at a given descendant node.

l

A numeric value specifying the length of the branch in the phylogenetic tree that joins the ancestral and descendant node.

Author(s)

Caitlin Collins caitiecollins@gmail.com

Examples

## Example ##
## Not run: 
## basic use of fn
tree <- coalescent.tree.sim(n.ind = 100, seed = 1)

## End(Not run)

caitiecollins/treeWAS documentation built on March 9, 2024, 3:15 p.m.