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
Encountered the same problem, but I solved the issue by transforming my dataset into a "data.frame" type exclusively. Before that it had 3 classes "tbl_df", "tbl", and "data.frame" but after the transformation "as.data.frame()" it worked, at least in my case.
For some reason I am not able to find I get the error message: Error: The time variable must be defined as an integer. when I try to run a model.
Replication code:
In the gapminder data, the year variable is integer by default:
The text was updated successfully, but these errors were encountered: