View source: R/formatting_coefs_dm.R
| summary.coefs_dm | R Documentation |
coefs_dm ObjectsSummary and corresponding printing methods for coefs_dm objects. These
objects result from a call to coef.fits_ids_dm() (i.e., when
calling coef() with an object of type fits_ids_dm).
## S3 method for class 'coefs_dm'
summary(object, ..., round_digits = drift_dm_default_rounding())
## S3 method for class 'summary.coefs_dm'
print(x, ..., show_header = TRUE)
object |
an object of type |
... |
additional arguments passed forward. |
round_digits |
integer, specifying the number of decimal places for rounding the summary of the underlying data.frame. Default is 3. |
x |
an object of class |
show_header |
logical. If |
summary.coefs_dm() summarizes coefs_dm objects, returning the type,
a summary of the underlying data.frame (summary_dataframe), and the
number of unique IDs (n_ids).
For summary.coefs_dm() a summary object of class summary.coefs_dm.
For print.summary.coefs_dm(), the supplied object is returned
invisibly.
# get a fits_ids object for demonstration purpose
fits_ids <- get_example_fits_ids()
coefs <- coef(fits_ids)
summary(coefs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.