summary.hdpGLM_data | R Documentation |
This functions summarizes the data simulated by the function hdpGLM_simulateData
## S3 method for class 'hdpGLM_data'
summary(object, ...)
object |
an object of the class |
... |
ignored |
It returns a list with three elements. The first is a summary of the data, the second a tibble with the linear coefficients beta
and their values used to generate the data, and the third element is also a tibble with the true values of tau
used to generate the betas
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.