Skip to content

Package to load data sets and functions for the CMI Introduction to Coding Bayesian Models Course

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

poissonconsulting/intro2jags

Repository files navigation

intro2jags

R-CMD-check

The goal of intro2jags is to load necessary packages and useful functions and datasets for the CMI Introduction to Coding Bayesian Models Course.

Installation

To install the latest development version of intro2jags:

install.packages("remotes")
remotes::install_github("poissonconsulting/intro2jags")

And to load the package into the current R session:

# This will load several helpful packages into R.
library(intro2jags)

Example Usage

Datasets Automatically Loaded

After loading the package, the datasets can be loaded into the environment by using the data() function.

# e.g., the `penguins` dataset
data(penguins)

Currently, the package has 3 datasets:

  1. penguins
  2. climate
  3. starfish

Licensing

Copyright (c) 2024 Poisson Consulting

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Package to load data sets and functions for the CMI Introduction to Coding Bayesian Models Course

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •