rp.indices {responsePatterns}R Documentation

Extract indices from a ResponsePatterns object

Description

This function extracts indices from a ResponsePatterns object.

Usage

rp.indices(rp.object, round = 2, include.coefs = TRUE)

Arguments

rp.object

A ResponsePatterns object.

round

An integer. The number of decimal places to which the indices should be rounded.

include.coefs

A logical scalar. Should the returned data frame include also the coefficients?

Value

Returns a data frame.

See Also

rp.acors, rp.patterns

Examples

rp <- rp.acors(rp.simdata, id.var="optional_ID")
rp.indices(rp)

[Package responsePatterns version 0.1.1 Index]