report_stats {itsadug} | R Documentation |
Returns a description of the statistics of the smooth terms for reporting.
Description
Returns a description of the statistics of the smooth terms for reporting.
Usage
report_stats(model, summary = NULL, print.summary = getOption("itsadug_print"))
Arguments
model |
|
summary |
Optionally include the summary of the model when available, which may speed up the process for large models. |
print.summary |
Logical: whether or not to print the output.
Default set to the print info messages option
(see |
Author(s)
Jacolien van Rij
See Also
Other Testing for significance:
compareML()
,
plot_diff2()
,
plot_diff()
,
wald_gam()
Examples
data(simdat)
# model without random effects:
m1 <- bam(Y ~ te(Time, Trial), data=simdat)
report_stats(m1)
# save report for later use:
report <- report_stats(m1, print.summary=FALSE)
report[3,2]
[Package itsadug version 2.4.1 Index]