sample_info: Extract information of the sample contained in a data set

Description Usage Arguments See Also

Description

Given a data set and grouping variables, this function returns median values for numeric variables and modus for characters and factors.

Usage

1
2
3
4
5
6
7
sample_info(x, ...)

## S3 method for class 'data.frame'
sample_info(x, ...)

## S3 method for class 'ped'
sample_info(x, ...)

Arguments

x

A data frame (or object that inherits from data.frame).

...

Further arguments passed to specialized methods.

See Also

split_data


adibender/pam documentation built on May 10, 2019, 5:54 a.m.