-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
add gee prototype module with example #664
Conversation
Hi @shajoezhu fyi - this is a first prototype module. I would like to use this to show to the project folks next week, and then work with @cicdguy to deploy an initial version internally for project team playing around with it. your team can then help us to further improve and productionize it |
brilliant! thanks @danielinteractive , just looping @JiaLiu0001 into this thread as well, who will be developing the teal app for the crovab team. |
error with
fixed |
merges into #664 The aim here is to: 1) Add `qenv` 2) Add reporter I also created the `template` for this module to be in line with other tmc modules.
R/tm_a_gee.R
Outdated
substitute( | ||
expr = { | ||
model_fit <- tern.gee::fit_gee( | ||
vars = tern.gee:::vars_gee( |
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.
does vars_gee
need to be exported from tern.gee
?
close #694 <!--- Replace `#nnn` with your issue link for reference. --> Fixes #nnn Signed-off-by: Joe Zhu <sha.joe.zhu@gmail.com> Co-authored-by: Emily de la Rua <59304861+edelarua@users.noreply.github.com>
Signed-off-by: Joe Zhu <sha.joe.zhu@gmail.com>
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.
LGTM once all checks are passing
complements insightsengineering/tern.gee#2
Please don't update from main or merge. We want to base this on the current release.