Learn R Programming

AgroReg (version 1.2.10)

interval.confidence: Analysis: Interval of confidence

Description

Interval of confidence in model regression

Usage

interval.confidence(model)

Value

Return in the interval of confidence

Arguments

model

Object analysis

Author

Gabriel Danilo Shimizu

Examples

Run this code
data("granada")
attach(granada)
a=LM(time, WL)
interval.confidence(a)

Run the code above in your browser using DataLab