getCompleteData {PROsetta}R Documentation

Get complete data

Description

getCompleteData is a helper function to perform casewise deletion of missing values.

Usage

getCompleteData(data, scale = NULL, verbose = FALSE)

Arguments

data

a PROsetta_data object.

scale

the index of the scale to perform casewise deletion. Leave empty or set to "combined" to perform on all scales.

verbose

if TRUE, print status messages. (default = FALSE)


[Package PROsetta version 0.3.5 Index]