Learn R Programming

ConnectednessApproach (version 1.0.4)

SummaryStatistics: Summary Statistics

Description

Get comprehensive summary statistics

Usage

SummaryStatistics(
  x,
  portmanteau = c("Ljung-Box", "Box-Pierce", "Monti"),
  correlation = c("kendall", "spearman", "pearson"),
  nlag = 20,
  digit = 3
)

Value

Get summary statistics

Arguments

x

zoo data matrix

portmanteau

portmanteau statistics: "Box-Pierce", "Ljung-Box", "Monti"

correlation

correlation coefficient: "pearson", "kendall", "spearman".

nlag

number of lags for Weighted Portmanteau statistics

digit

digit Number of decimal places

Author

David Gabauer

Examples

Run this code
# \donttest{
data(dy2012)
SummaryStatistics(dy2012)
# }

Run the code above in your browser using DataLab