calculateModel: Calculate intermediate information for a specific model

Description Usage Arguments Value Author(s) Examples

Description

Calculate intermediate information for a specific model

Usage

1

Arguments

config

the model configuration vector

modelData

the result from modelData

Value

A list with necessary intermediate information

Author(s)

Daniel Sabanes Bove daniel.sabanesbove@ifspm.uzh.ch

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## 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)

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