Page 1 of 1

jmv package: round decimals

Posted: Wed Sep 27, 2023 7:26 am
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

Re: jmv package: round decimals

Posted: Wed Sep 27, 2023 11:31 pm
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

Re: jmv package: round decimals

Posted: Mon Oct 02, 2023 8:00 pm
by skamin
Thank you very much! :)