SemiParBIVProbit object produced by SemiParBIVProbit() and plots the
estimated smooth functions on the scale of the linear predictors. This function is a wrapper for plot.gam() in mgcv. Please see the documentation of plot.gam() for full details.## S3 method for class 'SemiParBIVProbit':
plot(x, eq, ...)SemiParBIVProbit object as produced by SemiParBIVProbit().plot.gam() in mgcv.s(regr, edf)
where regr is the regressor's name, and edf the effective degrees of freedom of the smooth. For 2-D smooths, perspective
plots are produced with the x axes labelled with the first and second variable names and the y axis
is labelled as s(var1, var2, edf), which indicates the variables of which the term is a function and the edf for the term.
If seWithMean = TRUE then the intervals include the uncertainty about the overall mean. Note that the smooths are still shown
centred. The theoretical arguments
and simulation study of Marra and Wood (2012) suggest that seWithMean = TRUE results in intervals with
close to nominal frequentist coverage probabilities.AT, prev, SemiParBIVProbit, summary.SemiParBIVProbit, predict.SemiParBIVProbit## see examples for SemiParBIVProbitRun the code above in your browser using DataLab