Displaying 1 result from an estimated 1 matches for "tmsfdsmooth".
2009 Oct 23
1
Functional data analysis - problems with smoothing
...ollowing error message keeps appearing,
despite all my data being numeric.... can anyone kindly offer any suggestions?
isi - vector of argument values - i.e. the independent variable of the curves
rlz - data array
TMSfdPar - functional data parameter.
> TMSfdPar = fdPar(TMSbasis, 4, 0.01)
> TMSfdsmooth = smooth.basis(isi, rlz, TMSfdPar)
Error in smooth.basis(isi, rlz, TMSfdPar) : 'argvals' is not numeric.
I don't understand why the error message keeps popping up. I've tried playing around with Jim Ramsay's datasets and I think my data is organised in a similar manner to his,...