compute_trend: Calculates the trend for data and variables Die Funktion...

View source: R/functions_quadreg_2018.R

compute_trendR Documentation

Calculates the trend for data and variables Die Funktion checkt ob genug Daten vorliegen und laesst dann das Modell rechnen.

Description

Calculates the trend for data and variables Die Funktion checkt ob genug Daten vorliegen und laesst dann das Modell rechnen.

Usage

compute_trend(dat, varname, log_trans = FALSE, calc_infl_obs = TRUE)

Arguments

dat

dataset

varname

colnames of dataset

log_trans

defaults to FALSE and indicates whether variables of data are log transformed or not

calc_infl_obs

logical

Value

Eine Liste mit Trendgrafike, Variablenname, Modell und Text zum Ergebnis


Banui/trenda documentation built on March 19, 2022, 2:22 a.m.