panel.ci.plot
From HH v3.1-8
by Richard Heiberger
Default Panel Function for ci.plot
This is the default panel function for ci.plot
.
- Keywords
- dplot
Usage
panel.ci.plot(x, y, newdata, newfit = newfit, ...)
Arguments
- x
- Observed values of predictor variable.
- y
- Observed values of response variable.
- newdata
x
values for which predictions are calculated.- newfit
data.frame
containing six components:"fit"
,"se.fit"
,"residual.scale"
,"df"
,"ci.fit"
,"pi.fit"
. In S-Plus these are the output from thepre
- ...
- other arguments passed to
panel.xyplot
.
See Also
Community examples
Looks like there are no examples yet.