no_info: Bayesian Linear Regression with noninformative prior.

Description Usage Arguments Author(s) References Examples

View source: R/Bayesian_Linear_Regression.R

Description

Bayesian Linear Regression with noninformative prior.

Usage

1

Arguments

formula

A string fromula.

data

A data frame with your data including response.

Author(s)

Camilo Gonzalez <cigonzalez2@uc.cl>

References

L. Fahrmeir, T. Kneib, S. Lang, and B. Marx, Regression: Models, Methods and Applications. Springer-Verlag GmbH, 2013.

Examples

1
2
3
4
5
test <- no_info(formula = 'dist ~ speed', data = cars)
test$classic_coef
test$classic_sigma
test$bayesian_coef
test$bayesian_sigma

cigonzalez2/BLR documentation built on Oct. 25, 2020, 4:58 p.m.