June 2015

Padé approximants: CRAN package

June 10, 2015 | Avraham

While working on the previous post about Padé approximants, a search on CRAN showed that there was only one package which calculated the coefficients, given the appropriate Taylor series: the pracma package. The method it uses seems rather sophisticated, but does allow for calculating coefficients “beyond” that which the Taylor ... [Read more...]

Worrying About my Cholesterol Level

June 9, 2015 | Dave Giles

The headline, "Don't Get Wrong Idea About Cholesterol", caught my attention in the 3 May, 2015 Times-Colonist newspaper here in Victoria, B.C.. In fact the article came from a syndicated column, published about a week earlier. No matter - it's always a good time for me to worry about my cholesterol!... [Read more...]

List of user-installed R packages and their versions

June 9, 2015 | Andrew Z

This R command lists all the packages installed by the user (ignoring packages that come with R such as base and foreign) and the package versions. ip rownames(ip) ip print(ip, row.names=FALSE) Example output Package Version bitops 1.0-6 BradleyTerry2 1.0-6 brew 1.0-6 brglm 0.5-9 car 2.0-25 caret 6.0... [Read more...]

Graphs in R – Overlaying Data Summaries in Dotplots

June 9, 2015 | jyothi

Dotplots are useful for the graphical visualization of small to medium-sized datasets. These simple plots provide an overview of how the data is distributed, whilst also showing the individual observations. It is however possible to make the simple dotplots more informative by overlaying them with data summaries and/or smooth ...
[Read more...]

Using system and web fonts in R plots

June 9, 2015 | Markus Gesmann

The forthcoming R Journal has an interesting article on the showtext package by Yixuan Qiu. The package allows me to use system and web fonts directly in R plots, reminding me a little of the approach taken by XeLaTeX. But "unlike other methods to embe... [Read more...]

Data Mining the California Solar Statistics with R: Part V

June 8, 2015 | John

Building a Shiny App to explore the model and the data About the Shiny App In my previous post I built several models to try to predict the amount of residential solar installed per county by quarter as a function of solar insolation, price of solar electricity, county population and ... [Read more...]

The curl package: a modern R interface to libcurl

June 8, 2015 | Jeroen Ooms

TL;DR: Check out the vignette or the development version of httr. The package I put most time and effort in this year is curl. Last week version 0.8 was published on CRAN which fixes the last outstanding bug for Solaris. The package is pretty much done at this point: stable, ...
[Read more...]

R in a 64 bit world

June 8, 2015 | John Mount

32 bit data structures (pointers, integer representations, single precision floating point) have been past their “best before date” for quite some time. R itself moved to a 64 bit memory model some time ago, but still has only 32 bit integers. This is going to get more and more awkward going forward. What ... [Read more...]

The common alphabet of programming languages

June 8, 2015 | Tinniam V Ganesh

                                                                                                                                                                                            “All animals are equal, but some animals are more equal than other.”                                     “Four legs good, two legs bad.” from Animal Farm by George Orwell Note: This post is largely intended for those who are embarking on their journey into the world of programming. […]
[Read more...]

Using Wikipediatrend

June 8, 2015 | Peter Meissner

What do Wikipedia's readers care about? Is Britney Spears more popular than Brittany? Is Asia Carrera more popular than Asia? How many people looked at the article on Santa Claus in December? How many looked at the article on Ron Paul? What can you find? Source: http://stats.grok.se/ ... [Read more...]
1 6 7 8 9 10 11

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)