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 33
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/methods-BFBayesFactor.R
\name{as.BFBayesFactor}
\alias{as.BFBayesFactor}
\title{Function to coerce objects to the BFBayesFactor class}
\usage{
as.BFBayesFactor(object)
}
\arguments{
\item{object}{an object of appropriate class (for now, BFBayesFactorTop)}
}
\value{
An object of class \code{BFBayesFactor}
}
\description{
This function coerces objects to the BFBayesFactor class
}
\details{
Function to coerce objects to the BFBayesFactor class
Currently, this function will only work with objects of class
\code{BFBayesFactorTop}, which are output from the functions \code{anovaBF}
and \code{regressionBF} when the \code{whichModels} argument is set to
\code{'top'}
}
\seealso{
\code{\link{regressionBF}}, \code{anovaBF} whose output is
appropriate for use with this function when \code{whichModels='top'}
}
\author{
Richard D. Morey (\email{richarddmorey@gmail.com})
}
\keyword{misc}
|