|
a |
|
b/man/calc.llk.tree.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/calc.llk.tree.R |
|
|
3 |
\name{calc.llk.tree} |
|
|
4 |
\alias{calc.llk.tree} |
|
|
5 |
\title{Function to calculate integrated likelihood for set of variants up tree} |
|
|
6 |
\usage{ |
|
|
7 |
calc.llk.tree(pars, data.sub, returnForwardMatrix = FALSE, |
|
|
8 |
returnGMatrix = FALSE) |
|
|
9 |
} |
|
|
10 |
\arguments{ |
|
|
11 |
\item{pars}{A list object as returned by the function set.parameters} |
|
|
12 |
|
|
|
13 |
\item{data.sub}{A 3-dimension array (N. SNPs x N. phenotypes x 3) with state likelihoods.} |
|
|
14 |
|
|
|
15 |
\item{returnForwardMatrix}{Boolean} |
|
|
16 |
|
|
|
17 |
\item{returnGMatrix}{Boolean} |
|
|
18 |
} |
|
|
19 |
\value{ |
|
|
20 |
Either a numeric object with the Tree likelihood or a list with FWD and G matrices |
|
|
21 |
} |
|
|
22 |
\description{ |
|
|
23 |
Function to calculate integrated likelihood for set of variants up tree |
|
|
24 |
} |