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 just added some code in the non-prop-odds-assumption branch that shows it is possible to generate data that is sequentially dependent over time. The user would specify a data definition that looks like this:
where t represents a time period. The new function essentially converts this definition table into an expanded definition table that builds y1, x1, y2, x2, etc depending on how periods the user specifies. Here is what the new table would look like based on t=5:
I just added some code in the non-prop-odds-assumption branch that shows it is possible to generate data that is sequentially dependent over time. The user would specify a data definition that looks like this:
where t represents a time period. The new function essentially converts this definition table into an expanded definition table that builds
y1
,x1
,y2
,x2
, etc depending on how periods the user specifies. Here is what the new table would look like based ont=5
:Once this wide file is generated, a long version can easily be created, so the final data set looks like this:
Obviously, much to be remains to be done or improved, but this is the idea.
The text was updated successfully, but these errors were encountered: