old-extractors: Extractor methods

old-extractorsR Documentation

Extractor methods

Description

These are only defined in order to deprecate with a warning (rather than remove and break backwards compatibility) the old way of accessing the point estimates in a "psis_loo" or "psis" object. The new way as of v2.0.0 is to get them from the "estimates" component of the object.

Usage

## S3 method for class 'loo'
x[i]

## S3 method for class 'loo'
x[[i, exact = TRUE]]

## S3 method for class 'loo'
x$name

Arguments

x, i, exact, name

See Extract.


loo documentation built on March 31, 2023, 10:11 p.m.