-
Notifications
You must be signed in to change notification settings - Fork 4
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
Lasso #31
Open
bniebuhr
wants to merge
178
commits into
main
Choose a base branch
from
lasso
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NAMESPACE: added functions from package build
…original function and an example
…l function to work on tibbles and data.frames in general
…es from the original function
…me changes from the original code
…original code; documented and with examples
I did merge main into lasso to incorporate small changes to DESCRIPTION and CITATION used for the publication of the package, related to the ZOI manuscript..
…d a vector of p - proportion of data
…tract_case_strata to extract_response_strata
…orrespond to net_logit
…p is the same for all blocks
…t_validation_sampling) and random sampling with H0
I tested it with the reindeer data (RSF) and it is working well.
…n all other variables are zero
…thrwoing aaway the rest of the matrix
# Conflicts: # R/fit_net_clogit.R
…lasso, tested for onezoi-adaptivelasso
…ementation of adaptivo lasso flavors (for loop)
…QCV to the results
…luded in the model; removed redundancy in ridge regression
… not to predict and plot individual models, mean, and median
… whether variables are numeric or not
…ation of non ZOI variables
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merged first version of bootstrapped Lasso/penalized regression to main.