| report_stats | R Documentation | 
Returns a description of the statistics of the smooth terms for reporting.
report_stats(model, summary = NULL, print.summary = getOption("itsadug_print"))
model | 
 A gam or bam object, produced by   | 
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   | 
Jacolien van Rij
Other Testing for significance: 
compareML(),
plot_diff2(),
plot_diff(),
wald_gam()
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]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.