summarypvgam.RdThese functions are all methods for class "pvgam" or
summary.pvgam objects.
an object of class "pvgam",
which is the result of a
call to vgam with at least one
sm.os or
sm.ps term.
an object of class "summary.pvgam",
which is the result of a call to summarypvgam().
See summaryvglm.
See summaryvglm.
This methods function reports a summary more similar to
summary.gam from mgcv than
summary.gam() from gam.
It applies to G2-VGAMs using
sm.os and O-splines, else
sm.ps and P-splines.
In particular, the hypothesis test for whether each
sm.os or
sm.ps
term can be deleted follows quite closely to
summary.gam.
The p-values from this type of test tend to be biased downwards (too
small)
and corresponds to p.type = 5.
It is hoped in the short future that improved p-values be implemented,
somewhat like the default of
summary.gam.
This methods function was adapted from
summary.gam.
summarypvgam returns an object of class "summary.pvgam";
see summary.pvgam-class.
See sm.os.
vgam,
summaryvgam,
summary.pvgam-class,
sm.os,
sm.ps,
summary.glm,
summary.lm,
summary.gam from mgcv,
summaryvgam for G1-VGAMs.