SemiParBIVProbit
object produced by SemiParBIVProbit()
and plots the
component smooth functions that make it up on the scale of the linear predictor.## S3 method for class 'SemiParBIVProbit':
plot(x, eq, select, rug=TRUE, se=TRUE, se.l=1.95996, seWithMean=FALSE,
n=100, xlab = NULL, ylab=NULL, zlab=NULL, xlim=NULL, ylim = NULL,
main=NULL, trans = I, n2 = 40, theta = 30, phi = 30, too.far = 0.1, ...)
SemiParBIVProbit
object as produced by SemiParBIVProbit()
.TRUE
(default), then the covariate to which the plot applies is displayed as a rug plot
at the foot of each plot of a 1-D smooth.TRUE
(default), then Bayesian `confidence' intervals are added to 1-D plots at se.l
standard errors above and below the estimate of the smooth being plotted.TRUE
, then the component smooth is shown with confidence
intervals that include the uncertainty about the overall mean. If FALSE
, then the
uncertainty relates purely to the centred smooth itself.too.far
is a distance
within the us(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 function is pretty similar to plot.gam
in mgcv
.AT
, InfCr
, SemiParBIVProbit
, summary.SemiParBIVProbit
, predict.SemiParBIVProbit
## see examples for SemiParBIVProbit
Run the code above in your browser using DataLab