process_differences: Process differences for panel data

Description Usage Arguments

Description

Panel data allows to approximate the characteristic function of the error taking differences of observations for each individual. This way is not unique when there are more than two replicates per individual. This function allows to do it in several ways.

Usage

1
process_differences(smp, method, na.rm = TRUE)

Arguments

smp

n x d matrix

method

Integer or word specifying method to process differences. 1 or "all", all pairwise differences. 2 or "vs_first", all minus first. 3 or "indep_pairs", independent columns.

na.rm

Logical value specifying if NAs will be removed.


gbasulto/kerdec documentation built on June 5, 2019, 10:58 a.m.