Learn R Programming

phenology (version 10.1)

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))

Value

Nothing

Arguments

object

A file of class IP

...

Not used

N

Number of replicates

probs

Probability of confidence interval

Author

Marc Girondot

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
if (FALSE) {
library(phenology)
# Read a file with data
}

Run the code above in your browser using DataLab