estimate_contrasts
objectsCreate reports for estimate_contrasts
objects.
# S3 method for estimate_contrasts
report(x, ...)# S3 method for estimate_contrasts
report_table(x, ...)
# S3 method for estimate_contrasts
report_text(x, table = NULL, ...)
An object of class report()
.
Object of class estimate_contrasts
.
Arguments passed to or from other methods.
Provide the output of report_table()
to avoid its
re-computation.
Specific components of reports (especially for stats models):
report_table()
report_parameters()
report_statistics()
report_effectsize()
report_model()
report_priors()
report_random()
report_performance()
report_info()
report_text()
Other types of reports:
report_system()
report_packages()
report_participants()
report_sample()
report_date()
Methods:
as.report()
Template file for supporting new models:
report.default()