Presentations DevoxxUK and NYC Java Meetup Presentations

My presentations from DevoxxUK and the May meeting of the New York Java Meetup are now available Slideshare! Combining R with Java (DevoxxUK) Developing in the Cloud (May New York Java Meetup) Code will be coming soon for the DevoxxUK presentation. Combining R with Java Java is a general-purpose language and is not particularly well suited for performingContinue reading “Presentations DevoxxUK and NYC Java Meetup Presentations”

Using R from Java using a NetBeans Project

R is an open source statistical package. It is basically a free/open source competitor to SAS. R is both a language and an environment – you write scripts in the R language to run your analysis. R has a huge ecosystem of packages (CRAN) which can be easily installed to perform more complex analyses. ItContinue reading “Using R from Java using a NetBeans Project”