powered by
This function constructs a formula based on splines for additive models.
formulaAm(X,Y)
an object of class formula.
formula
a data.frame containing the design of experiments
a vector containing the associated response
D. Dupuy
data(dataIRSN5D) X <- dataIRSN5D[,1:5] Y <- dataIRSN5D[,6] formulaAm(X,Y)
Run the code above in your browser using DataLab