Unlimited learning, half price | 50% off
Get 50% off unlimited learning

eeptools (version 0.3.1)

eeptools-package: Evaluation of educational policy tools

Description

Make common tasks for educational evaluation easier to do!

Arguments

Details

ll{ Package: eeptools Type: Package Version: 0.1 Date: 2012-07-21 License: GPL-3 } This 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.

References

This package is developed to support the work at state and local education agencies for evaluating education policies.

Examples

Run this code
gender<-c("M","M","M","F","F","F")
statamode(gender)
statamode(gender[1:5])

missing_data<-c(NA,NA,NA)
max_mis(missing_data)

destring(gender)
gender<-factor(gender)
defac(gender)

Run the code above in your browser using DataLab