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
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/aaGenerics.R, R/methods-BFodds.R
\docType{methods}
\name{extractOdds}
\alias{extractOdds}
\alias{extractOdds,BFodds-method}
\title{Extract the odds from an object}
\usage{
extractOdds(x, logodds = FALSE, onlyodds = FALSE)
\S4method{extractOdds}{BFodds}(x, logodds = FALSE, onlyodds = FALSE)
}
\arguments{
\item{x}{object from which to extract}
\item{logodds}{return the logarithm}
\item{onlyodds}{return a vector of only the odds}
}
\value{
Returns an object containing odds extracted from the object
}
\description{
Extract the odds from an object
}
|