ged_take: ged_take()

Description Usage Arguments Value Examples

Description

This function returns the number of participants who took the GED exam. It takes one dataframe as input. The data comes from the following ETO Results report: "[Admin] raw_pos_report".

Usage

1
2
ged_take(pos_data, eto_programs = c("ss - ged", "pg - employment ged",
  "dc - wise ged"))

Arguments

pos_data

dataframe: a dataframe containing pos data."[Admin] raw_pos_report"

eto_programs

character vector: a vector of character containing the name of ETO programs to keep for analysis.

Value

numeric

Examples

1
2
3
4
pos <- laycUtils::load_txt('./my_data_folder/pos.txt')
pos <- laycUtils::format_data(pos)

ged_take(pos_data = pos)

thelayc/laycOutcomes documentation built on May 31, 2019, 9:16 a.m.