jamovi / jmv

jamovi for R
https://www.jamovi.org
55 stars 27 forks source link

How to save the data? #381

Open zhaohongxin0 opened 1 year ago

zhaohongxin0 commented 1 year ago

Hi, I am a user of jmv package. I have a question about save data. For example, in jamovi, when we finished the PCA analysis ,we can select save to add the component scores to the raw dataset. How can we do it with jmv in Rstudio? I found the results$factorScoresOV$saveAs , but it doesn't work. To get an updated dataset with additional vairables of Scores is what I need.

jonathon-love commented 1 year ago

hi,

i don't think it's possible to get this at this time, sorry.

sjentsch commented 8 months ago

You may try writing the values using write_omv from jmvReadWrite

For more information: https://cran.r-project.org/package=jmvReadWrite https://sjentsch.github.io/jmvReadWrite/