-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added effects and turned off interactions for continuous behavior #109
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I gave specific comments on some of the changed files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I replied to your specific comments on some of the changed files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I now have seen all. There is one remaining question, about the sqrt version of the new outindegreebalance effect.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wonderful.
Description
varAlt
andavSimVarAlt
added.off. The R side of
includeInteraction
for continuous behavior had beenimplemented but not the C++ side, so now an error message is given.
includeInteraction()
is called for a continuous behavioreffect, an error message is given that interaction effects are not yet
implemented for continuous behavior.
lvariance
, the behavior variance over all butthe last wave, was included as member data of
BehaviorLongitudinalData
together with the corresponding member functions.
Checklist:
Checks
Documentation