Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

BasicDescription

Basic descriptive sataistics


Description

Basic descriptive sataistics of several variables by the categories of a factor.

Usage

BasicDescription(X, groups = NULL, SortByGroups = FALSE, na.rm = FALSE, Intervals = TRUE)

Arguments

X

A data frame or a matrix containing several numerical variables

groups

A factor with the groupings

SortByGroups

Sorting by groups

na.rm

a logical value indicating whether NA values should be stripped before the computation proceeds.

Intervals

Should the confidence intervals be calculated?

Details

Basic descriptive sataistics of several variables by the categories of a factor.

Value

A list with the description of each variable.

Author(s)

Jose Luis Vicente Villardon

Examples

data(wine)
BasicDescription(wine[,4:8], groups = wine$Origin)

MultBiplotR

Multivariate Analysis Using Biplots in R

v1.3.30
GPL (>= 2)
Authors
Jose Luis Vicente-Villardon
Initial release
2021-03-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.