Other packages > Find by keyword >

picasso  

Pathwise Calibrated Sparse Shooting Algorithm
View on CRAN: Click here


Download and install picasso package within the R console
Install from CRAN:
install.packages("picasso")

Install from Github:
library("remotes")
install_github("cran/picasso")

Install by package version:
library("remotes")
install_version("picasso", "1.3.1")



Attach the package and use:
library("picasso")
Maintained by
Jason Ge
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-08-13
Latest Update: 2019-02-21
Description:
Computationally efficient tools for fitting generalized linear model with convex or non-convex penalty. Users can enjoy the superior statistical property of non-convex penalty such as SCAD and MCP which has significantly less estimation error and overfitting compared to convex penalty such as lasso and ridge. Computation is handled by multi-stage convex relaxation and the PathwIse CAlibrated Sparse Shooting algOrithm (PICASSO) which exploits warm start initialization, active set updating, and strong rule for coordinate preselection to boost computation, and attains a linear convergence to a unique sparse local optimum with optimal statistical properties. The computation is memory-optimized using the sparse matrix output.
How to cite:
Jason Ge (2014). picasso: Pathwise Calibrated Sparse Shooting Algorithm. R package version 1.3.1, https://cran.r-project.org/web/packages/picasso. Accessed 29 Mar. 2025.
Previous versions and publish date:
0.1.0 (2014-08-13 11:05), 0.2.0 (2014-10-06 08:14), 0.3.0 (2014-10-19 01:37), 0.4.7 (2015-09-15 16:22), 0.5.0 (2015-12-18 22:40), 0.5.4 (2016-10-06 20:14), 1.0.1 (2017-07-21 01:04), 1.2.0 (2017-12-20 18:45), 1.3.0 (2018-10-03 10:30), 1.3.1 (2019-02-21 22:20)
Other packages that cited picasso R package
View picasso citation profile
Other R packages that picasso depends, imports, suggests or enhances
Complete documentation for picasso
Downloads during the last 30 days
02/2703/0203/0303/0403/0503/0703/1003/1103/1203/1303/1503/1803/1903/2003/2103/2203/2703/28Downloads for picasso024681012141618202224TrendBars

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA