admission_statistics: Summarises admissions

Description Usage Arguments Details Value Examples

Description

The function computes a set of indicators describing admission process.

Usage

1
2
admission_statistics(groupingVariable = "studia", registrations = NULL,
  exams = NULL, limits = NULL, output = NULL)

Arguments

groupingVariable

optionally name of a grouping variable that should be used in analysis given as a string or as a name/symbol

registrations

optionally path to the file with data on registrations

exams

optionally path to the file with data on examination scores

limits

optionally path to the file with data on limits

output

optionally path to the file in which results will be saved; if NA is given as a value of this parameter, results won't be saved to a file

Details

Location of files contaninig the data to be checked and location of file in which results will be saved can be described noninteractively with function arguments described above or - if any of this arguments is omitted - interactively with a system file-selection dialog.

Value

Data frame (tibble) with computed summary statistics - the same as written to a file described with the output parameter (data frame is returned invisibly).

Examples

1
2
3
4
5
6
## Not run: 
  admission_statistics("studia", "inst/pr_pop_rek.csv",
                       "inst/as_egzaminy.xlsx", "inst/as_limity.xlsx",
                       "statistics.csv")

## End(Not run)

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