Bivariate Linear Regression
(This article was first published on DataScience+, and kindly contributed to R-bloggers) Regression is one of the – maybe even the single most important fundamental tool for statistical analysis in...
View ArticleYet another post on google scholar data analysis
(This article was first published on tuxette-chix » R, and kindly contributed to R-bloggers) Inspired by this post, I wanted to use Google Scholar data to put nice images on my professional website...
View ArticleR, Python, and SAS: Getting Started with Linear Regression
(This article was first published on Analysis with Programming, and kindly contributed to R-bloggers) Consider the linear regression model, $$ y_i=f_i(boldsymbol{x}|boldsymbol{beta})+varepsilon_i, $$...
View ArticleSome reflections on teaching frequentist statistics at ESSLLI 2015
(This article was first published on Shravan Vasishth's Slog (Statistics blog), and kindly contributed to R-bloggers) I spent the last two weeks teaching frequentist and Bayesian statistics at the...
View ArticleImporting Data Into R – Part Two
(This article was first published on The DataCamp Blog » R, and kindly contributed to R-bloggers) In this follow-up tutorial of This R Data Import Tutorial Is Everything You Need-Part One, DataCamp...
View ArticleComparing World Ocean Atlases 2013 and 2013v2
(This article was first published on Dan Kelley Blog/R, and kindly contributed to R-bloggers) Introduction The ocedata package [1] provides data that may be of use to oceanographers, either working...
View ArticleModern Honey Network Machinations with R, Python, phantomjs, HTML & JavaScript
(This article was first published on Data Driven Security, and kindly contributed to R-bloggers) This was (initially) going to be a blog post announcing the new mhn R package (more on what that is in...
View ArticleUsing R To Get Data *Out Of* Word Docs
(This article was first published on rud.is » R, and kindly contributed to R-bloggers) This was asked on twitter recently: Is it possible to import data entered in MS Word into R – I have multiple...
View Articleabcfr 0.9-3
(This article was first published on Xi'an's Og » R, and kindly contributed to R-bloggers) In conjunction with our reliable ABC model choice via random forest paper, about to be resubmitted to...
View ArticleSpatio-Temporal Kriging in R
(This article was first published on R tutorial for Spatial Statistics, and kindly contributed to R-bloggers) Preface I am writing this post more for reminding to myself some theoretical background...
View ArticleBio7 2.3 Released!
(This article was first published on » R, and kindly contributed to R-bloggers) 28.08.2015 As a result of the useR conference 2015 with fantastic workshops and presentations where I also presented my...
View ArticleTwo little annoying stats detail
(This article was first published on biologyforfun » R, and kindly contributed to R-bloggers) A very brief post at the end of the field season on two little “details” that are annoying me in...
View ArticleLooking after Datasets
(This article was first published on Revolutions, and kindly contributed to R-bloggers) by Antony UnwinUniversity of Augsburg, Germany David Moore's definition of data: numbers that have been given...
View ArticleCorrection For Spatial And Temporal Auto-Correlation In Panel Data: Using R...
(This article was first published on fReigeist » R, and kindly contributed to R-bloggers) Darin Christensen and Thiemo Fetzer tl;dr: Fast computation of standard errors that allows for serial and...
View ArticleHow do you know if your model is going to work? Part 1: The problem
(This article was first published on Win-Vector Blog » R, and kindly contributed to R-bloggers) Authors: John Mount (more articles) and Nina Zumel (more articles). “Essentially, all models are wrong,...
View ArticleFree R Help
(This article was first published on AriLamstein.com » R, and kindly contributed to R-bloggers) Today I am giving away 10 sessions of free, online, one-on-one R help. My hope is to get a better...
View ArticleBootstrap Evaluation of Clusters
(This article was first published on Win-Vector Blog » R, and kindly contributed to R-bloggers) Illustration from Project Gutenberg The goal of cluster analysis is to group the observations in the...
View ArticleA quick look at BlueSky Statistics
(This article was first published on Revolutions, and kindly contributed to R-bloggers) BlueSky Statistics is a new GUI-driven statistical data analysis tool for Windows. It provides a series of...
View ArticleSpatstat – An introduction and measurements with Bio7
(This article was first published on » R, and kindly contributed to R-bloggers) 10.09.2015 Here I present a summary of a small spatstat workshop I created. I also explain in several videos how to...
View ArticleHow to perform a Logistic Regression in R
(This article was first published on DataScience+, and kindly contributed to R-bloggers) Logistic regression is a method for fitting a regression curve, y = f(x), when y is a categorical variable. The...
View Article