rp.indices | R Documentation |
This function extracts indices from a ResponsePatterns object.
rp.indices(rp.object, round = 2, include.coefs = TRUE)
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? |
Returns a data frame.
rp.acors
, rp.patterns
rp <- rp.acors(rp.simdata, id.var="optional_ID")
rp.indices(rp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.