logbin.smooth object produced by logbin.smooth and plots
the component smooth functions that make it up,
for specified values of the other covariates.## S3 method for class 'logbin.smooth':
plot(x, type = c("response", "link"), at = data.frame(),
knotlines = TRUE, nobs = 1000, ...)logbin.smooth object as produced by logbin.smooth.predict.logbin.smooth,
"terms" is not a valid option.x, predict.logbin.smooth
is used to obtain predicted values for the range of that covariate, with the other
covariates remaining fixed at their values given in at. Several rows may be provided
in at, in which case, one curve is drawn for each, and they are colored using
rainbow(nrow(at)). If the model contains a single smooth covariate and no other
covariates, at may be provided as an empty data frame, data.frame().logbin.smooth, predict.logbin.smooth## For an example, see example(logbin.smooth)Run the code above in your browser using DataLab