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 computing full ASCs, we pass starting_values=model.first_stage_fit.ascs which then overwrites the first stage fit ascs. Instead pass copy of first_stage_fit.ascs to compute_ascs.
The text was updated successfully, but these errors were encountered:
When computing full ASCs, we pass
starting_values=model.first_stage_fit.ascs
which then overwrites the first stage fit ascs. Instead pass copy of first_stage_fit.ascs to compute_ascs.The text was updated successfully, but these errors were encountered: