Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Issue with Beepvar #1

@patkgoh

Description

@patkgoh

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions