check_data: Checking the correctness of a recrutation data

Description Usage Arguments Details Value

Description

Function checks the correctness of a recrutation data for purpose of ongoing recrutation process.

Usage

1
2
3
check_data(groupingVariable, registrations = NULL, scores = NULL,
  exams = NULL, dictionary = NULL, output = NULL,
  baseGroupingVariable = "studia")

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

scores

optionally path to the file with data on recruitment scores

exams

optionally path to the file with data on examination scores

dictionary

optionally path to the file with data containing additional informations about registrations

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

baseGroupingVariable

name of (to be described) variable given as a string or as a name/symbol

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).


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