[8da99d]: / man / calc.lBF.Rd

Download this file

24 lines (20 with data), 563 Bytes

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