korrelierer: A function for finding correlated VARs by name

View source: R/korrelierer.R

korreliererR Documentation

A function for finding correlated VARs by name

Description

This function searches for correlations towards the residuals and ranks them by strength..

Usage

korrelierer(daten, modell = model1, variable = "TV")

Arguments

daten

the data that you wish to find CORed VARs in. Will be searched for any VAR containing the variable string

modell

name the model that your trying to find CORs for (that's where the FUN get the RESIDs) - defaults to model1.

variable

name the VAR you wish to find CORs for. defaults to "TV"

Examples

korrelierer()

benetheking/maRketingscience documentation built on May 17, 2022, 5:57 a.m.