summary.stPredict {telefit}R Documentation

Plot stPredict objects

Description

This function prints basic summary info for telefit stPredict objects

Usage

## S3 method for class 'stPredict'
summary(object, t = NULL, digits = NULL, ...)

Arguments

object

Object of class stPredict to summarise

t

timepoint to plot. Will automatically plot all timepoints and overall summary if NULL.

digits

Number of digits to pass to signif, if not NULL.

...

S3 generic/method consistency

Examples


data("coprecip.predict")
summary(coprecip.predict)


[Package telefit version 1.0.3 Index]