jmv package: round decimals

General help and assistance with jamovi. Bug reports can be made at our issues page: https://github.com/jamovi/jamovi/issues . (If you're unsure feel free to discuss it here)
Post Reply
skamin
Posts: 2
Joined: Wed Sep 27, 2023 7:14 am

jmv package: round decimals

Post by skamin »

Hi everyone,

I have a somehow trivial question: when using the jmv package in r, is there a way to have the output rounded? For example, when using psych package something like

Code: Select all

print(model, digits=2, cutoff=.3)
displays an EFA with two decimals but I can't figure out ways to request this with the analyses in the jmv package.

Any help would be greatly appreciated! :relaxed:
Stefan
User avatar
jonathon
Posts: 2627
Joined: Fri Jan 27, 2017 10:04 am

Re: jmv package: round decimals

Post by jonathon »

i think jmv honours the global options(digits=2) settings.

come back to us if i don't have that quite correct.

cheers
skamin
Posts: 2
Joined: Wed Sep 27, 2023 7:14 am

Re: jmv package: round decimals

Post by skamin »

Thank you very much! :)
Post Reply