Description Usage Arguments Value Examples
Bayesian Regression Function
1 2 3 4 5 6 7 8 9 10 11 |
y |
the column number in the data frame for the dependent variable |
a |
the start column number in the data frame for the independent variables |
b |
the end column number in the data frame for the independent variables. The independent variables MUST be consecutive |
df |
data frame for the regression |
name.dep |
name of the dependent variable. Important for doing regression. |
b.0 |
prior mean of beta. Set to mcmcRegress default, but can be updated by the user |
d.0 |
prior scale parameter. Set to mcmcRegress default, but can be updated by the user |
c.0 |
prior shape parameter. Set to mcmcRegress default, but can be updated by the user |
burn.in |
value for the burn.in. Set to mcmcRegress defualt, but can be updated by the user |
Summary statistics for classical regression
Confidence intervals for classical regression
Summary statistics for Bayesian regression
Posterior plots of marginal distributions
Posterior MCMC Trace and History Plots
Posterior Diagnostics
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.