Learn R Programming

phenology (version 7.2)

summary.IP: Print the result information from a IP object.

Description

The function summary.IP shows result and estimates confidence interval.

Usage

# S3 method for IP
summary(object, ..., N = NULL, probs = c(0.025, 0.975))

Arguments

object

A file of class IP

...

Not used

N

Number of replicates

probs

Probability of confidence interval

Value

Nothing

Details

summary.IP prints the information from a IP object.

See Also

Other Model of Internesting Period: IPFit, IPModel, IPPredict, plot.IP

Examples

Run this code
# NOT RUN {
library(phenology)
# Read a file with data
# }

Run the code above in your browser using DataLab