Skip to content

ir-sfsu/covizerate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covizerate - COhort VIZualization RATEs

The goal of covizerate is to ...

Installation

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

remotes::install_github("ir-sfsu/covizerate")

Example

library(covizerate)
df <- data.frame(
  year = 0:7,
  continuation = c(100, 84, 75, 70, 50, 19, 7, 3),
  graduation = c(0, 0, 0, 1, 19, 47, 59, 63)
)
df$continuation <- df$continuation/100
df$graduation <- df$graduation/100

covizerate(df)

About

Demo for CAIR 2020

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published