Explore >> Select a destination


You are here

www.markhw.com
| | codingclubuc3m.rbind.io
22.1 parsecs away

Travel
| | Learning to code can be quite hard. Apart from the difficulties of learning a new language, following a book can be quite boring. From my point of view, one of the bests ways to become a good programmer is choosing small and funny experiments oriented to train specific techniques of programming. This is what I usually do in my blog Fronkonstin. In this tutorial, we will learn to combine C++ with R to create efficient loops.
| | www.cedricscherer.com
22.1 parsecs away

Travel
| | A step-by-step tutorial explaining how my visualizations have evolved from a typical basic ggplot. Here, I transform a basic boxplot into a compelling and self-explanatory combination of a jittered dot strip plot and a lollipop plot.
| | finnstats.com
22.4 parsecs away

Travel
| | How to Plot Categorical Data in R-Quick Guide Categorical variables are data types that can be separated into categories.
| | blog.stata.com
99.6 parsecs away

Travel
| You have a model that is nonlinear in the parameters. Perhaps it is a model of tree growth and therefore asymptotes to a maximum value. Perhaps it is a model of serum concentrations of a drug that rise rapidly to a peak concentration and then decay exponentially. Easy enough, use nonlinear regression ([R] nl) to [...]