Plotting of estimated regression functions obtained through lpeer()
Plots the estimate of components of estimated regression function obtained
from an lpeer
object along with pointwise confidence bands.
## S3 method for class 'lpeer' plot(x, conf = 0.95, ...)
Pointwise confidence interval is displayed only if the user set se=T
in the call to lpeer
, and does not reflect any multiplicity
correction.
Madan Gopal Kundu mgkundu@iupui.edu
Kundu, M. G., Harezlak, J., and Randolph, T. W. (2012). Longitudinal functional models with structured penalties. (Please contact J. Harezlak at harezlak@iupui.edu.)
Randolph, T. W., Harezlak, J, and Feng, Z. (2012). Structured penalties for functional linear models - partially empirical eigenvectors for regression. Electronic Journal of Statistics, 6, 323–353.
peer
, lpeer
, plot.peer
## Not run: data(DTI) cca = DTI$cca[which(DTI$case == 1),] DTI = DTI[which(DTI$case == 1),] fit.cca.lpeer1 = lpeer(Y=DTI$pasat, t=DTI$visit, subj=DTI$ID, funcs = cca) plot(fit.cca.lpeer1) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.