Learn R Programming

getspanel (version 0.2.0)

Within_plm: Use the within transformation from the plm package

Description

Use the within transformation from the plm package

Usage

Within_plm(df, effect = "twoways")

Value

A data.frame object with the transformation complete

Arguments

df

A data.frame object

effect

The fixed effect specification. Values possible: "twoways" (default), "individual", "time", "nested"