prepare_registrations: Preparing recrutation data for analysis

Description Usage Arguments Value Examples

Description

Function creates a corrected dataset on registrations that is suitable for final analysis. Operations: checking against USOS records on acepted applicants, checking and correcting multiple registrations i.e. cases that an applicant applies more than one time to a given program, adding data on scores to the data on registrations.

Usage

1
2
prepare_registrations(registrations = NULL, scores = NULL, output = NULL,
  usosAdmission = NULL, recRegistrations = NULL, recUsos = NULL)

Arguments

registrations

optionally a path to the file with data on registrations

scores

optionally a path to the file with data on recruitment scores

output

optionally a path to the file in which results will be saved

usosAdmission

optionally a path to the file with USOS data on admissions

recRegistrations

optionally a path to the file with instructions to alter programme codes in IRK data

recUsos

optionally a path to the file with instructions to alter programme codes in USOS data

Value

Examples

1
2
3
4
5
6
## Not run: 
prepare_registrations("inst/pr_zapisy.xlsx", "inst/pr_wyniki.xlsx",
                      "dane/dane-IRK poprawione.csv", "inst/pr_usos.xlsx",
                      "inst/pr_rek_irk.xlsx", "inst/pr_rek_usos.xlsx")

## End(Not run)

ZajacT/ASIA1 documentation built on May 30, 2019, 4 p.m.