File: extractProbabilities-methods.Rd

package info (click to toggle)
r-cran-bayesfactor 0.9.12-4.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,512 kB
  • sloc: cpp: 1,555; sh: 16; makefile: 7
file content (25 lines) | stat: -rw-r--r-- 765 bytes parent folder | download
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-BFprobability.R
\docType{methods}
\name{extractProbabilities}
\alias{extractProbabilities}
\alias{extractProbabilities,BFprobability-method}
\title{Extract the probabilities from an object}
\usage{
extractProbabilities(x, logprobs = FALSE, onlyprobs = FALSE)

\S4method{extractProbabilities}{BFprobability}(x, logprobs = FALSE, onlyprobs = FALSE)
}
\arguments{
\item{x}{object from which to extract}

\item{logprobs}{return the logarithm}

\item{onlyprobs}{return a vector of only the probabilities}
}
\value{
Returns an object containing probabilities extracted from the object
}
\description{
Extract the probabilities from an object
}