examples/calculateModel.R

## get some data
attach(longley)

## get model data
md <- modelData(y=Employed,
                X=cbind(GNP, Armed.Forces))

## calculate a specific model
res <- calculateModel(config=c(2, 3),
                      modelData=md)

## look at the result
str(res)

Try the hypergsplines package in your browser

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

hypergsplines documentation built on May 2, 2019, 6:14 p.m.