| format.grass_card | R Documentation |
Returns the four-field Report Card rendered as a character vector, one
line per element. Used by print.grass_card() and by downstream embedders
(Markdown, knitr) that want the lines as data.
## S3 method for class 'grass_card'
format(x, digits = 2, ...)
x |
A |
digits |
Numeric. Decimals for observed coefficient values. Default 2. |
... |
Ignored. |
A character vector (one element per line).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.