dstanley4 / apaTables

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

apa.2way.table #28

Closed dfeistauer closed 4 years ago

dfeistauer commented 4 years ago

is there a bug in apaTables::apa.2way.table?

the code breaks at this point. iv1 <- as.factor(data[, iv1.name])

iv1 is a Factor named Job in my data iv1.name is a chr = "\"Job\""

Thanks.

dstanley4 commented 4 years ago

The example code works fine, so I suspect it’s your call of the the command. Can you send a bit more of the script doing the calling?

On Jun 12, 2020, at 11:57 AM, dfeistauer 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

is there a bug in apaTables::apa.2way.table?

the code breaks at this point. iv1 <- as.factor(data[, iv1.name])

iv1 is a Factor named Job in my data iv1.name is a chr = ""Job""

Thanks.

— 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/28, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AADGFZU73WDOEJ4SURTCCALRWJF5JANCNFSM4N4OJLGQ.

dfeistauer commented 4 years ago

Sorry for the issue. I found the error. Thanks