a b/man/calc.lBF.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/calc.lBF.R
3
\name{calc.lBF}
4
\alias{calc.lBF}
5
\title{calculate BF}
6
\usage{
7
calc.lBF(pars = NULL, data.sub = NULL, w0 = 2, log10 = TRUE)
8
}
9
\arguments{
10
\item{pars}{A list object as returned by the function set.parameters}
11
12
\item{data.sub}{A 3-dimension array (N. SNPs x N. phenotypes x 3) with state likelihoods.}
13
14
\item{w0}{An integer with column index for the null state.}
15
16
\item{log10}{Return Bayes Factor in log 10 base.}
17
}
18
\value{
19
lBF Tree Bayes Factor
20
}
21
\description{
22
calculate BF
23
}