Learn R Programming

rpact (version 3.1.1)

getWideFormat: Get Wide Format

Description

Returns the specified dataset as a data.frame in so-called wide format.

Usage

getWideFormat(dataInput)

Arguments

Value

A data.frame will be returned.

Details

In the wide format (unstacked), the data are presented with each different data variable in a separate column, i.e., the different groups are in separate columns.

See Also

getLongFormat for returning the dataset as a data.frame in long format.