inst/doc/decompr.R

## -----------------------------------------------------------------------------
library(decompr)
data(leather)
str(leather)

## -----------------------------------------------------------------------------
decomp(leather, method = "leontief")

## -----------------------------------------------------------------------------
decomp(leather, method = "kww")

## -----------------------------------------------------------------------------
decomp(leather, method = "wwz")

Try the decompr package in your browser

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

decompr documentation built on June 19, 2022, 5:06 p.m.