Error while using rmcorr package

I am attempting to use the 'rmcorr' package, and I am encountering the following error message:

rmcorr(Subject, Msna, totalactivity, rmcorrelation)
Error in eval(args$measure1, dataset, parent.frame()) :
object 'Msna' not found

Anyone knows why?

Where do you see Msna outside the function?

Msna is a colunm/variable in my excel database. Msna should be my "measure2" from the text below

I am trying to run this:

rmcorr(
participant,
measure1,
measure2,
dataset)

image

But where is it in your R session? If it’s been renamed, that’s how it must be referenced in the function throwing the exception.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.