Skip to contents

This function enables the cleaning of raw uMotif data according to the type of file

Usage

umotifClean(DataFrame, FileType)

Arguments

DataFrame

A dataframe containing uMotif data.

FileType

Character object indicating what type of file is to be cleaned. Can be either "motif", "checkin", "promis", "wpai" or "eq5d5l".

Value

A dataset containing clean uMotif data (e.g. daily questionnaires, wpai)

Examples


if (FALSE) { # \dontrun{
hypometrics::umotifClean(DataFrame = raw_checkin,
                        FileType = "checkin")
} # }