File: priorLogodds-method.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 (20 lines) | stat: -rw-r--r-- 510 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/aaGenerics.R, R/methods-BFodds.R
\docType{methods}
\name{priorLogodds<-}
\alias{priorLogodds<-}
\alias{priorLogodds<-,BFodds,numeric-method}
\title{Set prior log odds in an object}
\usage{
priorLogodds(object) <- value

\S4method{priorLogodds}{BFodds,numeric}(object) <- value
}
\arguments{
\item{object}{object in which to set log odds}

\item{value}{log odds}
}
\description{
Set prior log odds in an object
}