trendSp: Sparsamer Mean Trend

Description Usage Arguments Value Author(s)

View source: R/trendSp.r

Description

This function calculates mean trends and the respective standard errors.

Usage

1
trendSp(meanTab1, meanTab2, linkerror)

Arguments

meanTab1

A data frame containing "group", "mean_est", and "mean_se" at time 1.

meanTab2

A data frame containing "group", "mean_est", and "mean_se" at time 2.

linkerror

Numeric.

Value

A data frame containing the transformed parameters.

Author(s)

Karoline Sachse


eatTrend documentation built on May 2, 2019, 4:46 p.m.

Related to trendSp in eatTrend...