R/dfm.R

Defines functions dfm

Documented in dfm

dfm <- function(k) D = cbind(0,diag(k-1))-cbind(diag(k-1),0)

Try the extRC package in your browser

Any scripts or data that you put into this service are public.

extRC documentation built on Oct. 23, 2020, 7:07 p.m.