model.frame.tdmorefit: Get the observed values used to provide this model fit.

Description Usage Arguments Value

View source: R/ebe.R

Description

Get the observed values used to provide this model fit.

Usage

1
2
3
4
5
6
7
8
9
## S3 method for class 'tdmorefit'
model.frame(
  formula,
  data = NULL,
  se = FALSE,
  level = 0.95,
  onlyOutput = FALSE,
  ...
)

Arguments

formula

A tdmorefit object

data

Data.frame to append and modify. If NULL, uses the observed values.

se

TRUE to generate an additional xx.upper and xx.lower column for every xx column in the data dataset

level

numeric value to specify the confidence interval

onlyOutput

only keep TIME and output variables in the data.frame

...

ignored

Value

A data.frame, similar to the one used to estimate this 'tdmorefit' object. If 'se' was specified, then a column xx.upper and xx.lower with the lower and upper confidence interval (based on the residual error model) is added.


tdmore-dev/tdmore documentation built on Jan. 1, 2022, 3:21 a.m.