inst/doc/dataFormat.R

## ----setup, include = FALSE---------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

library("Rankcluster")

## -----------------------------------------------------------------------------
data(words)
head(words$data)

## -----------------------------------------------------------------------------
data(big4)
head(big4$data)
big4$m

Try the Rankcluster package in your browser

Any scripts or data that you put into this service are public.

Rankcluster documentation built on Nov. 12, 2022, 9:05 a.m.