Skip to content
/ rosetta Public

❗ This is a read-only mirror of the CRAN R package repository. rosetta — Parallel Use of Statistical Packages in Teaching. Homepage: https://r-packages.gitlab.io/rosetta/ Report bugs for this package: https://gitlab.com/r-packages/rosetta/-/issues

Notifications You must be signed in to change notification settings

cran/rosetta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipeline status Coverage status Version on CRAN Version on CRAN Version on CRAN

rosetta 📦

rosetta: Parallel Use of Statistical Packages in Teaching

The pkgdown website for this project is located at https://r-packages.gitlab.io/rosetta/.

When teaching statistics, it can often be desirable to uncouple the content from specific software packages. To ease such efforts, the Rosetta Stats website (https://rosettastats.com) allows comparing analyses in different packages. This package is the companion to the Rosetta Stats website, aiming to provide functions that produce output that is similar to output from other statistical packages, thereby facilitating ‘software-agnostic’ teaching of statistics.

Rosetta Stats is a statistics chrestomathy, conceptually based on Rosetta Code; this is its R companion package. Rosetta Stats is meant to illustrate how common analyses can be conducted in a variety of statistical software packages. It was founded mainly to facilitate using SPSS and R in parallel or to facilitate switching from SPSS to R. It is geared towards application of statistics to psychological science.

Installation

You can install the released version of rosetta from CRAN with:

install.packages('rosetta');

You can install the development version of rosetta from GitLab with:

remotes::install_gitlab('r-packages/rosetta');

If you want the even more cutting edge version, you can install from the dev branch (as opposed to the default branch, prod) with:

remotes::install_gitlab('r-packages/rosetta@dev');

(This is assuming you have the remotes packages installed; otherwise, install that first using the install.packages function.)

About

❗ This is a read-only mirror of the CRAN R package repository. rosetta — Parallel Use of Statistical Packages in Teaching. Homepage: https://r-packages.gitlab.io/rosetta/ Report bugs for this package: https://gitlab.com/r-packages/rosetta/-/issues

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages