rawestimate {amba}R Documentation

extract raw estimate

Description

These functions extract a raw estimate from a term object, that is, the object returned by an estimator.

Usage

rawestimate (...)
## S3 method for class 'linear':
rawestimate(t, ...)
## S3 method for class 'smooth':
rawestimate(t, ...)
## Default S3 method:
rawestimate(...)

Arguments

t
...

[Package amba version 0.2.0 Index]