File: as.BFprobability.Rd

package info (click to toggle)
r-cran-bayesfactor 0.9.12-4.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,492 kB
  • sloc: cpp: 1,555; sh: 16; makefile: 7
file content (32 lines) | stat: -rw-r--r-- 906 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/methods-BFprobability.R
\name{as.BFprobability}
\alias{as.BFprobability}
\title{Function to coerce objects to the BFprobability class}
\usage{
as.BFprobability(object, normalize = NULL, lognormalize = NULL)
}
\arguments{
\item{object}{an object of appropriate class (BFodds)}

\item{normalize}{the sum of the probabilities for all models in the object (1 by default)}

\item{lognormalize}{alternative to \code{normalize}; the
logarithm of the normalization constant (0 by default)}
}
\value{
An object of class \code{BFprobability}
}
\description{
This function coerces objects to the BFprobability class
}
\details{
Function to coerce objects to the BFprobability class

Currently, this function will only work with objects of class
\code{BFOdds}.
}
\author{
Richard D. Morey (\email{richarddmorey@gmail.com})
}
\keyword{misc}