Hi all,
Thank you for taking the time to look at my question!
I am using dataFormat "actiwatch_csv" with a sleep guider CSV. I validated my Guider csv via a different data format and there it works. Also my code works without the CSV guider.
When I run my code I get the error:
Error in g.part4(datadir = datadir, metadatadir = metadatadir, f0 = f0, : object 'defaultGuider' not found
My part 4 config is:
loglocation = "D:/GGIR/ruweData/slaaplogboek.csv",
colid = 1,
coln1 = 2,
relyonguider=FALSE,
sleepwindowType = "TimeInBed",
sleepefficiency.metric=1,
idloc = 2,
HASIB.algo = "ColeKripke1992",
do.zcy = TRUE,
Sadeh_axis = "Y",
acc.metric = "ZCY",
ignorenonwear = FALSE,
def.noc.sleep = c(1),
sleeplogidnum = TRUE,
HASPT.algo="HDCZA",
do.visual = TRUE,
outliers.only = TRUE,
criterror = 4,
How can I configure the defaultGuider?