flimList: Assess the fitted models for observed increments

Description Usage Arguments Value

View source: R/flimList.R

Description

Formats and prints the linear fits for observed increments.

Usage

1
2
3
4
5
6
7
flimList(fo)
## S3 method for class 'flimList'
print(x, ...)
## S3 method for class 'flimList'
summary(object, ...)
## S3 method for class 'flimList'
plot(x, response, ...)

Arguments

fo

an object of class "flim"

x

an object of class "flimList"

object

an object of class "flimList"

response

name of a response variable in the model formula. Plot diagnostics for the linear model for this response will be shown at the different timepoints starting on the first, and jumps to next when <ENTER> is pressed.

...

not used.

Value

Returns an object of class "flimList" which has corresponding print, summary and plot methods.


FLIM documentation built on May 29, 2017, 11:30 p.m.