README.md

Teaching and Learning Bayesian Inference and Analysis

Eduardo Elias Ribeiro Junior (LCE-ESALQ USP / LEG-UFPR)

Description

The lce5813 package contains functions to support teaching and learning Bayesian inference and analysis. The package name (lce5813) comes from code for the course Introduction to Bayesian Inference in Statistics and Agricultural Experimentation program at University of São Paulo (USP), Brazil.

Download and install

You can install automatically from the GitHub repository using devtools. Just run the code below in a R session.


# install.packages("devtools")
devtools::install_git("git@github.com:jreduardo/lce5813.git")
devtools::install_github("jreduardo/lce5813") # For short.

After installing the package, you can load and explore its contents with


# Load and explore the package.
library(lce5813)
ls("package:lce5813")
help(package = "lce5813")

License

The lce5813 package is licensed under the [GNU General Public License, version 3], see the LICENSE file.



JrEduardo/lce5813 documentation built on May 10, 2019, 12:09 a.m.