View source: R/mixed-methods.R
| print.beezdemand_nlme | R Documentation |
Provides a concise summary of a beezdemand_nlme object, typically
displaying the call, model specifications, and key results from the
nlme fit if successful.
## S3 method for class 'beezdemand_nlme'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
x |
An object of class |
digits |
Minimal number of significant digits, see |
... |
Additional arguments passed to |
Invisibly returns the original object x.
data(ko)
fit <- fit_demand_mixed(ko, y_var = "y_ll4", x_var = "x",
id_var = "monkey", equation_form = "zben")
print(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.