print.femlm.obs2remove: Print method for femlm.obs2remove objects

View source: R/MiscFuns.R

print.femlm.obs2removeR Documentation

Print method for femlm.obs2remove objects

Description

This function show synthetizes the information of function obs2remove. It reports the number of observations to be removed as well as the number of clusters removed per cluster dimension.

Usage

## S3 method for class 'femlm.obs2remove'
print(x, ...)

Arguments

x

A femlm.obs2remove object obtained from function obs2remove.

...

Not currently used.

Examples

base = iris
# v6: Petal.Length with only 0 values for 'setosa'
base$v6 = base$Petal.Length
base$v6[base$Species == "setosa"] = 0

(x = obs2remove(v6 ~ Species, base))
attr(x, "cluster")


FENmlm documentation built on Aug. 22, 2023, 5:11 p.m.