label.explor.r: SPSS Label Interface (label.explor.R)

Description Usage Arguments Value Examples

View source: R/label.explor.r.R

Description

Interface for working with dataframes to prepare for various analyses using stats.explor.r. Creates labels, can remove erroneous variables, makes factors, etc.

Usage

1
label.explor.r(myDF, caseid, mycutoff = 5, objections = NULL)

Arguments

myDF

Dataframe

caseid

String name of column of case ids

mycutoff

Optional. Change how many levels a factor can have

Value

Dataframe with factors, added attributes. Ready for use in stats.explor.r

Examples

1

ckraner/quick.tasks documentation built on May 24, 2019, 5:02 a.m.