Plot method for linear model bootstraps.
图方法的线性模型白手起家。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot regression lines with bootstrap standard errors. This method only works for 2-D regression fits.
绘制回归线引导标准错误。这种方法只适用于2-D回归拟合。
用法----------Usage----------
## S3 method for class 'lm.simpleboot':
plot(x, add = FALSE, ...)
参数----------Arguments----------
参数:x
An object of class "lm.simpleboot" returned by lm.boot.
类的一个对象"lm.simpleboot"返回lm.boot的。
参数:add
Switch indicating whether the regression line should be added to the current plot.
切换指示是否应在当前图上的回归直线。
参数:...
Additional arguments passed down to plot. Ignored if add = TRUE.
额外的参数传递给plot。如果忽略add = TRUE。
Details
详细信息----------Details----------
This function plots the data and the original regression line fit along with +/- 2 bootstrap standard errors at locations specified by the new.xpts argument to lm.boot (or on an evenly spaced grid).
此函数曲线的数据和原始回归线适合new.xpts参数指定的位置+ / - 2自举标准误差在lm.boot(或均匀分布的网格)。