knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
usethis::use_lifecycle_badge("Experimental")
The goal of pl462 is to create a data package to simplify student and teacher workflows for PL462.
You can install the released version of pl462 from GitHub with:
library(remotes) remotes::install_github("A-Farina/pl462")
load(here::here("data", "stalker.rda"))
This dataset contains r nrow(stalker)
observations and r ncol(stalker)
variables (r names(stalker)
).
Categorical Variables
Continuous Variables
load(here::here("data", "fugazi.rda"))
This dataset contains r nrow(fugazi)
observations and r ncol(fugazi)
variables (r names(fugazi)
).
Categorical Variables
Continuous Variables
load(here::here("data", "happyparent.rda"))
This dataset contains r nrow(happyparent)
observations and r ncol(happyparent)
variables (r names(happyparent)
).
Categorical Variables
Continuous Variables
load(here::here("data", "supermodel.rda"))
This dataset contains r nrow(supermodel)
observations and r ncol(supermodel)
variables (r names(supermodel)
).
Continuous Variables
load(here::here("data", "cholesterol.rda"))
This dataset contains r nrow(cholesterol)
observations and r ncol(cholesterol)
variables (r names(cholesterol)
). These data were contributed by Ellen Marshall, University of Sheffield as part of the Statstutor community project..
Categorical Variables
Continuous Variables
load(here::here("data", "diet.rda"))
This dataset contains r nrow(diet)
observations and r ncol(diet)
variables (r names(diet)
). These data were contributed by Ellen Marshall, University of Sheffield as part of the Statstutor community project..
Categorical Variables
Continuous Variables
load(here::here("data", "grit.rda"))
This dataset contains r nrow(grit)
observations and r ncol(grit)
variables (r names(grit)
).
Categorical Variables
Continuous Variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.