View source: R/quantreg_summary.R
quantreg_summary | R Documentation |
Quantile regression result value, confidence interval and pvalue
quantreg_summary(
boot_vector,
estimate,
conf.level,
boot_success = 0,
tests_count = 1
)
boot_vector |
vector of boot statistc beta regression |
estimate |
beta regression |
conf.level |
confidence intervals alpha level |
boot_success |
number of success respecting the null hypothesis |
tests_count |
how many tests were done |
ci and pvalue with BCA method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.