as.report_text | R Documentation |
Allows to create or test whether an object is of the report
class.
as.report_text(x, ...)
as.report(text, table = NULL, plot = NULL, ...)
is.report(x)
as.report_effectsize(x, summary = NULL, prefix = " - ", ...)
as.report_info(x, summary = NULL, ...)
as.report_intercept(x, summary = NULL, ...)
as.report_model(x, summary = NULL, ...)
as.report_parameters(x, summary = NULL, prefix = " - ", ...)
as.report_performance(x, summary = NULL, ...)
as.report_priors(x, summary = NULL, ...)
as.report_random(x, summary = NULL, ...)
as.report_statistics(x, summary = NULL, prefix = " - ", ...)
as.report_table(x, ...)
x |
An arbitrary R object. |
... |
Args to be saved as attributes. |
text |
Text obtained via |
table |
Table obtained via |
plot |
Plot obtained via |
summary |
Add a summary as attribute (to be extracted via |
prefix |
The prefix to be displayed in front of each parameter. |
A report object or a TRUE/FALSE
value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.