-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathloo_compare.measrfit.Rd
28 lines (25 loc) · 986 Bytes
/
loo_compare.measrfit.Rd
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/loo-methods.R
\name{loo_compare.measrfit}
\alias{loo_compare.measrfit}
\title{Relative model fit comparisons}
\usage{
\method{loo_compare}{measrfit}(x, ..., criterion = c("loo", "waic"), model_names = NULL)
}
\arguments{
\item{x}{A \link{measrfit} object.}
\item{...}{Additional objects of class \link{measrfit}.}
\item{criterion}{The name of the criterion to be extracted from the
\link{measrfit} object for comparison.}
\item{model_names}{Names given to each provided model in the comparison
output. If \code{NULL} (the default), the names will be parsed from the names of
the objects passed for comparison.}
}
\value{
The object returned by \code{\link[loo:loo_compare]{loo::loo_compare()}}.
}
\description{
A \code{\link[loo:loo_compare]{loo::loo_compare()}} method that is customized for \code{measrfit} objects. See
the loo package \href{https://mc-stan.org/loo/articles/}{vignettes} for
details.
}