process_input: Breaks up input matrix into usable groupings of data.

View source: R/process_input.R

process_inputR Documentation

Breaks up input matrix into usable groupings of data.

Description

Breaks up input matrix into usable groupings of data.

Usage

process_input(ma)

Arguments

ma

input matrix.

Value

an invisible LIST with 4 items.

LIST[[1]]

Respondant IDs, either C# or faculty name.

LIST[[2]]

Raw ratings on a scale from "Not present" to "Excellent".

LIST[[3]]

Numeric equivalent to LIST[[2]].

LIST[[4]]

Comments for all sections.


Nicholas-Kron/MBE702report documentation built on Sept. 19, 2023, 11:37 a.m.