You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear all, I just started learning the basics about FDA and your package and I think I've found a bug when replicating the code from the JSS paper. See below.
library(fda.usc)
#> Loading required package: fda#> Loading required package: splines#> Loading required package: fds#> Loading required package: rainbow#> Loading required package: MASS#> Loading required package: pcaPP#> Loading required package: RCurl#> Loading required package: deSolve#> #> Attaching package: 'fda'#> The following object is masked from 'package:graphics':#> #> matplot#> Loading required package: mgcv#> Loading required package: nlme#> This is mgcv 1.8-42. For overview type 'help("mgcv-package")'.#> fda.usc is running sequentially usign foreach package#> Please, execute ops.fda.usc() once to run in local parallel mode#> Deprecated functions: min.basis, min.np, anova.hetero, anova.onefactor, anova.RPm#> New functions: optim.basis, optim.np, fanova.hetero, fanova.onefactor, fanova.RPm#> ----------------------------------------------------------------------------------
data(phoneme)
learn<-phoneme$learn
optim.np(learn, type.S=S.KNN, h=3:25, Ker=Ker.unif)
#> Error in integrate(function(x) {: non-finite function value
Dear all, I just started learning the basics about FDA and your package and I think I've found a bug when replicating the code from the JSS paper. See below.
Created on 2023-07-23 with reprex v2.0.2
Session info
The text was updated successfully, but these errors were encountered: