-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hello,
I'm trying to run mlVAR_GC, but I'm receiving the following error: "If you use only one time vector, use 'dayvar' and not 'beepvar')"
For context, I'm including EMA data where participants provided data once per day. My understanding is that I should use the beepvar argument for this. My code is below. This issue only happens for 0.1.4, it was not happening in version 0.1.2.
output_SIEC <- mlVAR_GC(data = finalDataset,
vars = colnames(finalDataset)[3:10],
idvar = "ID",
beepvar = "EMA_Day",
groups = "Group_Code",
test = "permutation",
paired = FALSE,
contemporaneous = "orthogonal",
temporal = "orthogonal",
nP = 1000,
nCores = 10,
pbar = TRUE)
Thank you in advance for considering!
Metadata
Metadata
Assignees
Labels
No labels