Eduardo Elias Ribeiro Junior (LCE-ESALQ USP / LEG-UFPR)
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.
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")
The lce5813
package is licensed under the
[GNU General Public License, version 3], see the LICENSE
file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.