Skip to content

fredcorpuz06/qacr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

statfunctions

qacr

The goal of qacr is to provide convenient statistical results for data science students and practitioners.

Installation

You can install this package with the following code:

if(!require(devtools)){
   install.packages("devtools")
}
devtools::install_github("rkabacoff/qacr")

Example

This is a basic example which shows you how to solve a common problem- tabulating the levels of categorical variable.

library(qacr)
tab(mtcars, cyl)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages