Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/djnavarro/tidylsr

A tidy revision to the lsr package
https://github.com/djnavarro/tidylsr

Last synced: 27 days ago
JSON representation

A tidy revision to the lsr package

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# tidylsr

[![Travis build status](https://travis-ci.org/djnavarro/tidylsr.svg?branch=master)](https://travis-ci.org/djnavarro/tidylsr) [![Codecov test coverage](https://codecov.io/gh/djnavarro/tidylsr/branch/master/graph/badge.svg)](https://codecov.io/gh/djnavarro/tidylsr?branch=master) ![Lifecycle experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg) [![CRAN status](https://www.r-pkg.org/badges/version/tidylsr)](https://cran.r-project.org/package=tidylsr)

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
library(tidylsr)
```

Rethinking the `lsr` package that accompanies [Learning Statistics with R](https://learningstatisticswithr.com). In the original book, the goal of the package was to provide a few convenient wrapper functions and simplifications that novice users might find handy. A typical reader of the book might be psychology undergraduate students who encountering R, statistics and programming for the first time, and I found the simplifications useful in some cases. The `tidylsr` package is intended to accompany the next version of *Learning Statistics with R*, in which the goal is to teach a tidyverse-focused data analysis pipeline. It's very much a work in progress