Displaying 1 result from an estimated 1 matches for "arcticlak".
Did you mean:
arcticlake
2011 Mar 18
0
trouble in call of "texteval"
...ames(ExpData) = rep(linkFunctionsVector,numPar)
+ return(ExpData)
+ }
>
> # defining the parameters "Data", "linkFunctionsVector", and "numPar"
>
> numPar = 2
> linkFunctionsVector = c("1", "depth", "depth^2")
> data(ArcticLake)
>
> A = ArcticLake[1:5,]
> Data = array(A[,4],c(5,1))
> colnames(Data) = c("depth")
>
> # calling the function
>
> ExpandData1(Data,linkFunctionsVector,numPar)
The following object(s) are masked from 'as.data.frame(Data) (position 11)':
depth
...