How I can read .omv file in R

Discuss the jamovi platform, possible improvements, etc.
Post Reply
alsaber
Posts: 2
Joined: Thu Apr 28, 2022 12:40 pm

How I can read .omv file in R

Post by alsaber »

Hello,

I am trying to read the .omv file in R. I tried to export .RData, but the following message showing to me when I open in it in R:

Error in tolower(completions) : invalid multibyte string 183

Also, when I am trying to exported using SPSS version, the following error message showing up:

Saved failed:
A provided names contains illegal characters.

Note that: my variables and levels are written in Arabic.

Regards,

Ahmad
sbalci
Posts: 125
Joined: Sat Jan 06, 2018 10:25 pm
Contact:

Re: How I can read .omv file in R

Post by sbalci »

try this package https://cran.r-project.org/web/packages/jmvReadWrite/index.html
User avatar
MAgojam
Posts: 421
Joined: Thu Jun 08, 2017 2:33 pm
Location: Parma (Italy)

Re: How I can read .omv file in R

Post by MAgojam »

Hey @alsaber,

if you use R and you are interested in opening .omv files, I suggest you take a look at the package R jmvReadWrite, written by Sebastian Jentschke of Team Jamovi, the source is here:
https://github.com/sjentsch/jmvReadWrite
Saved failed:
A provided names contains illegal characters.
The message tells you that the name of one or more variables contains one or more characters that could prevent SPSS from opening the file, so the .sav export fails.
Try reviewing the names of your variables.

Cheers,
Maurizio
alsaber
Posts: 2
Joined: Thu Apr 28, 2022 12:40 pm

Re: How I can read .omv file in R

Post by alsaber »

Thank you so much for your quick response

jmvReadWrite work perfect with me.

Regards,

Ahmad
Post Reply