eeptools {eeptools} | R Documentation |
Evaluation of educational policy tools
Description
Make common tasks for educational evaluation easier to do!
Details
Package: | eeptools |
Type: | Package |
Version: | 1.2.0 |
Date: | 2018-06-01 |
License: | GPL-3 |
his package has a number of useful shortcuts for common tasks. It includes some themes for ggplot2 plots, processing arbitrary text files of data, calculating student characteristics, and finding thresholds within vectors. Future development work will include methods for tuning and evaluating early warning system models.
Note
This package is still in beta and function names may change in the next release.
Author(s)
Jared E. Knowles
Examples
gender<-c("M","M","M","F","F","F")
statamode(gender)
statamode(gender[1:5])
missing_data<-c(NA,NA,NA)
max_mis(missing_data)
makenum(gender)
gender <- factor(gender)
defac(gender)
[Package eeptools version 1.2.5 Index]