SemiParBIVProbit
object produced by SemiParBIVProbit()
and plots the
component smooth functions that make it up on the scale of the linear predictor.
This function is based on 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 name, and edf
the estimated degrees of freedom of the smooth. As 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 confidence intervals include the uncertainty about the overall mean. That is,
although each smooth is shown centred, the confidence intervals are obtained as if every other term in the model was
constrained to have average 0 (average taken over the covariate values) except for the smooth being plotted. The theoretical arguments
and simulation study of Marra and Wood (2012) suggests that seWithMean = TRUE
results in intervals with
close to nominal frequentist coverage probabilities. This option should not be used when fitting a random effect model.AT
, est.prev
, SemiParBIVProbit
, summary.SemiParBIVProbit
, predict.SemiParBIVProbit
## see examples for SemiParBIVProbit
Run the code above in your browser using DataLab