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
I might be missing something, but I think the documentation on the fluserf() function might need to be updated.
The parameter description for the time argument says this variable should be a non-repeating integer/numeric variable. Based on this description, it seems fluserf() should be able to work with week_in_order from the fludta dataset. However, I get very strange predictions when I use this variable.
Using the date-formatted yrweek_dt works just fine.
I might be missing something, but I think the documentation on the
fluserf()
function might need to be updated.The parameter description for the
time
argument says this variable should be a non-repeating integer/numeric variable. Based on this description, it seemsfluserf()
should be able to work withweek_in_order
from thefludta
dataset. However, I get very strange predictions when I use this variable.Using the date-formatted
yrweek_dt
works just fine.Here's a minimal example:
The text was updated successfully, but these errors were encountered: