Skip to content
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 argument to coef() to print only nonzero coefficients. #10

Open
jolars opened this issue Jul 7, 2020 · 1 comment
Open

Add argument to coef() to print only nonzero coefficients. #10

jolars opened this issue Jul 7, 2020 · 1 comment
Labels
enhancement New feature or request GSOC

Comments

@jolars
Copy link
Owner

jolars commented Jul 7, 2020

Add argument to coef() to print only nonzero coefficients. Mock-up:

fit <- SLOPE(x, y)
coef(fit, only_nonzeros = TRUE)

The return type needs to be a list of course.

@jolars jolars added the enhancement New feature or request label Jul 7, 2020
@jolars jolars added the GSOC label Feb 20, 2021
@kushagragpt99
Copy link

#15 Checks related to rebuilding the vignette from introduction.Rmd have failed, I'm not sure if changes made to coef.R might have affected that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request GSOC
Projects
None yet
Development

No branches or pull requests

2 participants