summary.cate | R Documentation |
'summary' functions take the output and summarize it.
## S3 method for class 'cate'
summary(object, ..., significance_level = 0.05)
object |
an output object |
... |
arguments passed on to the function |
significance_level |
Numeric scalar between 0 and 1, inclusive, representing the significance level for the chi-square test. The test is used to determine whether at least one of the coefficients (except the intercept) is not equal to 0. Default is 0.05 |
Currently, observed densities (class: obs), estimates (class: est) and heterogeneity estimates (class: cate) are supported by this function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.