getClusterVarsPam: Obtain cluster variables (PAM)

getClusterVarsPamR Documentation

Obtain cluster variables (PAM)

Description

Extracts a data.frame that contains grouping variables according to clustering results.

Usage

getClusterVarsPam(object, ...)

## S4 method for signature 'Clustering'
getClusterVarsPam(
  object,
  ks,
  methods_pam = "euclidean",
  prefix = "",
  naming = "{method_pam}_k{k}"
)

## S4 method for signature 'Analysis'
getClusterVarsPam(
  object,
  ks,
  methods_pam = "euclidean",
  prefix = "",
  naming = "{method_pam}_k{k}"
)

Arguments

object

Any object for whose class a method has been defined.

ks

Numeric vector. Denotes all options for k-clusters. Values <1 are discarded. Is converted into an integer vector.

Value

A data.frame.


kueckelj/confuns documentation built on June 28, 2024, 9:19 a.m.