descstat: Computes Basic Descriptive Statistics.

View source: R/descstat.R

descstatR Documentation

Computes Basic Descriptive Statistics.

Description

This function computes descriptive statistics which are most useful for Dynamic Model Averaging.

It is a wrapper of describe.

If the argument is not a matrix, the function tries to convert the object into a matrix. For example, it works smoothly for xts objects.

Usage

descstat(data)

Arguments

data

matrix, observations are put in rows, and variables are grouped by columns

Details

See describe.

Value

matrix

Examples

descstat(crudeoil)

fDMA documentation built on July 26, 2023, 6:09 p.m.

Related to descstat in fDMA...