January 2021

How to Make 3D Plots in R

January 11, 2021 | Business Science

This article is part of a R-Tips Weekly, a weekly video tutorial that shows you step-by-step how to do common R coding tasks. The RStudio IDE is amazing. You can enhance your R productivity even more with these simple keyboard shortcuts. Here are t...
[Read more...]

Topographic Maps for South Africa

January 11, 2021 | R | datawookie

I’ve been adding topological maps of South Africa to the saffer-data-map repository. The maps are originally in MrSID format (.sid files), which is a proprietary file format developed by LizardTech (a company which has been consumed by Extensis). Although MrSID is efficient from a storage perspective, it’s challenging ...
[Read more...]

Who’s Missing?

January 11, 2021 | R on Curious Joe

Motivation Preparation Tools and Libraries Python Function Demo Data Application What Did We Improve? Finding out what’s missing in the data is one of those grinding data wrangling tasks of data science. Though they are missing data, if not pointed out and handled properly they can come back and ... [Read more...]

GAMs and scams: Part 1

January 11, 2021 | mike

People who do statistical modeling for insurance applications usually know their way around a GLM pretty well. In pricing applications, GLMs can produce a reasonable model to serve as the basis of a rating plan, but in my experience they are usually followed by a round of “selections” – a process ...
[Read more...]

GAMs and scams: Part 1

January 11, 2021 | mike

People who do statistical modeling for insurance applications usually know their way around a GLM pretty well. In pricing applications, GLMs can produce a reasonable model to serve as the basis of a rating plan, but in my experience they are usually followed by a round of “selections” – a process ...
[Read more...]

Wonderful Wednesdays

January 10, 2021 | R Views

For almost a year now, the PSI Visualization Special Interest Group (VIS SIG) has been conducting a monthly graduate-level seminar on creating effective statistical visualizations that is open to everyone. Wonderful Wednesdays is a unique collegial event. Every month the SIG publishes a link to a new data set and ...
[Read more...]

Price of Fuel in South Africa

January 9, 2021 | R | datawookie

The {saffer} package is a nascent collection of things relating to South Africa. I’ve just added fuel price data. The {saffer} package can be installed from GitHub. remotes::install_github("datawookie/saffer") Then load it up and you’re ...
[Read more...]

Chi-square tests

January 9, 2021 | Statistics & R

Chi-square test is a statistical method used for analysis of categorical data. There are 2 types: 1. Goodness of fit Known as: * Chi-square for 1 sample * Chi-square for given proportions Purpose : Comparing the observed frequency to the expected... [Read more...]
1 7 8 9 10 11 13

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)