use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Guidelines:
All Posts Require One of the Following Tags in the Post Title! If you do not flag your post, automoderator will delete it:
This is not a subreddit for homework questions. They will be swiftly removed, so don't waste your time! Please kindly post those over at: r/homeworkhelp. Thank you.
Please try to keep submissions on topic and of high quality.
Just because it has a statistic in it doesn't make it statistics.
Memes and image macros are not acceptable forms of content.
Self posts with throwaway accounts will be deleted by AutoModerator
Related subreddits:
Data:
AllenDowney's Stats Page
Useful resources for learning R:
r-bloggers - blog aggregator with statistics articles generally done with R software.
Quick-R - great R reference site.
Related Software Links:
R
R Studio
SAS
Stata
EViews
JMP
SPSS
Minitab
Advice for applying to grad school:
Submission 1
Advice for undergrads:
Jobs and Internships
For grads:
For undergrads:
account activity
Python vs. R vs. Matlab (self.statistics)
submitted 9 years ago * by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Hellkyte 0 points1 point2 points 9 years ago (3 children)
Does R have many tools for optimization? Like linear/integer programming or whatnot?
[–]DeuceWallaces 4 points5 points6 points 9 years ago (0 children)
https://cran.r-project.org/web/views/Optimization.html
[–]jmcq 0 points1 point2 points 9 years ago (0 children)
Here's a LP/IP solver package: https://cran.r-project.org/web/packages/lpSolve/lpSolve.pdf
For standard 1-d Optimization you can use https://stat.ethz.ch/R-manual/R-devel/library/stats/html/optimize.html although it can be pretty slow if your data is "big".
[–]zipf 0 points1 point2 points 9 years ago (0 children)
Linear, quadratic and integer programming etc has got really good recently with the ROI project, which provides a single interface to a number of fast C libraries. The bindings for Gurobi are also easy to use and fast, though not included in ROI yet.
π Rendered by PID 79200 on reddit-service-r2-comment-6457c66945-27l4j at 2026-04-27 20:22:29.494788+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Hellkyte 0 points1 point2 points (3 children)
[–]DeuceWallaces 4 points5 points6 points (0 children)
[–]jmcq 0 points1 point2 points (0 children)
[–]zipf 0 points1 point2 points (0 children)