You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the HorAngle algorithm, we would expect the sleep window type to be defined as "TimeInBed" instead of "SPT". This is checked and ensured when HASPT.algo = "HorAngle" but not when HASPT.algo = c("NotWorn", "HorAngle"). Indeed, even if the user explicitly defines sleepwindowType = "TimeInBed", it gets automatically updated to "SPT" as check_params understands that neither sleeplog nor HorAngle are being used.
The text was updated successfully, but these errors were encountered:
When using the HorAngle algorithm, we would expect the sleep window type to be defined as
"TimeInBed"
instead of"SPT"
. This is checked and ensured whenHASPT.algo = "HorAngle"
but not whenHASPT.algo = c("NotWorn", "HorAngle")
. Indeed, even if the user explicitly definessleepwindowType = "TimeInBed"
, it gets automatically updated to"SPT"
ascheck_params
understands that neither sleeplog nor HorAngle are being used.The text was updated successfully, but these errors were encountered: