get_first_difference: get_first_difference

View source: R/BMisc.R

get_first_differenceR Documentation

get_first_difference

Description

A function that calculates the first difference in a panel data setting. If the data.frame that is passed in has nxT rows, the resulting vector will also have nxT elements with one element for each unit set to be NA.

Usage

get_first_difference(df, idname, yname, tname)

Arguments

df

the data.frame used in the function

idname

name of column that holds the unit id

yname

name of column containing the outcome (or other variable) for which to calculate its outcome in the immediate pre-treatment period

tname

name of column that holds the time period


bcallaway11/BMisc documentation built on March 13, 2024, 1:39 a.m.