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
I'm trying to model responses for an experiment where targets are randomly presented on the circumference of a circle. To convert the circular data of target location to linear data, it is sine and cosine transformed, but then necessarily becomes multivariate data. The documentation for the hgf package, and in particular, the tapas_fitModel() function say that it can accept a matrix as input, but when I input my data as a two column matrix, I get the same result as if only supplying the model with the first column. I also note that in the original paper describing the HGF, it is explicitly stated that the model is applicable to multivariate data (although I realize this doesn't necessariliy guarantee the software can).
Is there a way of getting the tapas HGF model to work on multivariate data that I am missing?
The text was updated successfully, but these errors were encountered:
I'm trying to model responses for an experiment where targets are randomly presented on the circumference of a circle. To convert the circular data of target location to linear data, it is sine and cosine transformed, but then necessarily becomes multivariate data. The documentation for the hgf package, and in particular, the tapas_fitModel() function say that it can accept a matrix as input, but when I input my data as a two column matrix, I get the same result as if only supplying the model with the first column. I also note that in the original paper describing the HGF, it is explicitly stated that the model is applicable to multivariate data (although I realize this doesn't necessariliy guarantee the software can).
Is there a way of getting the tapas HGF model to work on multivariate data that I am missing?
The text was updated successfully, but these errors were encountered: