December 2016

Computing SE for PSD indices

December 9, 2016 | fishR Blog

A user of my Introductory Fisheries Analyses with R book recently asked me how to compute standard errors (SE) for the various PSD indices by using the usual equation for the SE of a proportion (square root of p times (1-p) divided by n). B... [Read more...]

Where to Go from Here? Tips for Building Up R Experience

December 8, 2016 | ntguardian

At the University of Utah, I teach the R lab that accompanies MATH 3070, “Applied Statistics I.”” None of my students are presumed to have any programming experience, and they never hesitate to remind me of that fact, especially when they are starting out. When I create assignments and pick problems, ... [Read more...]

Nomen omen

December 8, 2016 | R | Gianluca Baio

After resisting this for way too long, I’ve finally decided it was time to release more widely a couple of the R packages I’ve been working on $-$ I’ve put them on GitHub, hence the mug… In both cases, while I think the packages do work nicely, ...
[Read more...]

Nomen omen

December 8, 2016 | R on Gianluca Baio

After resisting this for way too long, I’ve finally decided it was time to release more widely a couple of the R packages I’ve been working on $-$ I’ve put them on GitHub, hence the mug… In both cases, while I think the packages do work nicely, ...
[Read more...]

R Consortium Projects Update

December 8, 2016 | David Smith

The R Consortium has already funded 8 projects (and 3 more just in July) proposed by the R community, and the call for proposals for yet more projects is now open. If you have an idea for a projects that would advance R or the R Community, get your submission in by ... [Read more...]

MANOVA Test Statistics with R

December 8, 2016 | Aaron Schlegel

Multiple tests of significance can be employed when performing MANOVA. The most well known and widely used MANOVA test statistics are Wilk’s , Pillai, Lawley-Hotelling, and Roy’s test. Unlike ANOVA in which only one dependent variable is examined, several tests are often utilized in MANOVA due to its multidimensional ... [Read more...]

Matrix Vol. 2 Exercises

December 8, 2016 | Maria Elisa Bertinat Tulipano

[For this exercise, first write down your answer, without using R. Then, check your answer using R.] Answers to the exercises are available here. Exercise 1 If M=matrix(c(1:10),nrow=5,ncol=2, dimnames=list(c('a','b','c','d','e'),c('A','B'))) What is the value of: M Exercise 2 Consider ... [Read more...]

Crossed and Nested hierarchical models with STAN and R

December 8, 2016 | grumble10

Below I will expand on previous posts on bayesian regression modelling using STAN (see previous instalments here, here, and here). Topic of the day is modelling crossed and nested design in hierarchical models using STAN in R. Crossed design appear when we have more than one grouping variable and when ...
[Read more...]

Tesseract Update: Options and Languages

December 8, 2016 | Jeroen Ooms

A few weeks ago we announced the first release of the tesseract package: a high quality OCR engine in R. We have now released an update with extra features. Installing Training Data As explained in the first post, the tesseract system is powered by language specific training data. By default ... [Read more...]

RcppAPT 0.0.3

December 7, 2016 | Thinking inside the box

A new version of RcppAPT -- our interface from R to the C++ library behind the awesome apt, apt-get, apt-cache, ... commands and their cache powering Debian, Ubuntu and the like -- is now on CRAN. We changed the package to require C++11 compilation a... [Read more...]

Visualizing 15k Instagram Posts with TrelliscopeJS

December 7, 2016 | ryan hafen

This post shows a simple example of creating an interactive display that allows you to navigate thousands of instagram posts with just a few lines of code using TrelliscopeJS. The example comes from a hackathon in the DARPA XDATA program earlier this year. If you missed the announcement about TrelliscopeJS, ... [Read more...]

flea circus

December 7, 2016 | xi'an

An old riddle found on X validated asking for Monte Carlo resolution  but originally given on Project Euler: A 30×30 grid of squares contains 30² fleas, initially one flea per square. When a bell is rung, each flea jumps to an adjacent square at random. What is the expected number of unoccupied ... [Read more...]

Run SQL Straight On S3 via Athena in R

December 7, 2016 | Dynalytics

Run SQL on S3 Data via Athena in RSanta comes early for us data scientist in the form of a brilliant new Amazon service called Athena. Athena now allows you to use standard SQL to query directly from data that lives in Amazon's Simple Storage Service (S3). One of the ... [Read more...]
1 11 12 13 14 15 18

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)