knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

pl462

usethis::use_lifecycle_badge("Experimental")

Lifecycle: experimental Lifecycle: experimental

The goal of pl462 is to create a data package to simplify student and teacher workflows for PL462.

Installation

You can install the released version of pl462 from GitHub with:

library(remotes)
remotes::install_github("A-Farina/pl462")

Datasets:

stalker dataset

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

fugazi dataset

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

happyparent dataset

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

supermodel dataset

load(here::here("data", "supermodel.rda"))

This dataset contains r nrow(supermodel) observations and r ncol(supermodel) variables (r names(supermodel)).

Continuous Variables

cholesterol dataset

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

diet dataset

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

grit dataset

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



A-Farina/pl462 documentation built on May 9, 2022, 1:52 p.m.