dstanley4 / apaTables

Development version of apaTables R package. Current stable version is on the CRAN.
http://dstanley4.github.io/apaTables/
Other
55 stars 12 forks source link

Include pes and not ges in the ezANOVA table #32

Open lgonidis opened 3 years ago

lgonidis commented 3 years ago

Hi, is there a way to include pes and not ges in the ezANOVA table? If not is there a way to define the number of digits that are reported in the ges column?

dstanley4 commented 3 years ago

apaTables just reformats output from exANOVA - calculations are done there. This should give you the output you want - with decimals not pes.

library(apaTables) library(ez)

options(digits = 10) goggles_results <- ezANOVA(data = goggles, dv = attractiveness, between = .(gender, alcohol), participant , detailed = TRUE)

print(goggles_results)

On Feb 19, 2021, at 11:12 AM, lgonidis notifications@github.com<mailto:notifications@github.com> wrote:

CAUTION: This email originated from outside of the University of Guelph. Do not click links or open attachments unless you recognize the sender and know the content is safe. If in doubt, forward suspicious emails to IThelp@uoguelph.camailto:IThelp@uoguelph.ca

Hi, is there a way to include pes and not ges in the ezANOVA table? If not is there a way to define the number of digits that are reported in the ges column?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/dstanley4/apaTables/issues/32, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AADGFZUBPRXCUIYLEM2PR6TS72EWNANCNFSM4X4UAEMQ.