ClaraHapp / funData

An S4 class for functional data in R
GNU General Public License v2.0
13 stars 2 forks source link

Error in using multiFunData Function #24

Open Nastaran-Sharifian opened 3 weeks ago

Nastaran-Sharifian commented 3 weeks ago

I'm facing with this error in using multiFunData function when applying a list of funData class. Error in object@X : no applicable method for @ applied to an object of class "funData"

Nastaran-Sharifian commented 3 weeks ago

And another error in running the Canadian Data Example in "Object-Oriented Software for Functional Data" paper is: Error in initialize(value, ...) : cannot use object of class “funData” in new(): class “multiFunData” does not extend that class

ClaraHapp commented 2 weeks ago

Thank you for your questions. It is difficult to answer them without context, could you please share a minimal reproducible example?

Please make sure to load the package via library(funData) at the beginning of your code.