Re: [R] partialPlot within a function [Solved]

2018-09-02 Thread Micha Silver
I found a few old posts on StackOverflow that brought up the same problem with partialPlot. Apparently the function refers to the global env when looking for x.var, and if it's running within a function, there is no global value for that parameter. The work around was simple: put the partialPl

Re: [R] Specifying Java runtime path

2018-09-02 Thread Jiayue Wang
Thanks Jeff, for the patience to answer my newbie question, now I know which way to look. Sasha On 09/02/2018 12:29 AM, Jeff Newmiller wrote: Wouldn't that be the usual way... by exporting environment variables? You can cobble together the right settings using Sys.setenv(), but this kind of t

Re: [R] RHEl Vs UBUNTU for R

2018-09-02 Thread Jeff Newmiller
R runs equally well on both of those distributions of the Linux kernel. The choice of which to use would be determined by your personal preferences or by those of the people you have available to help you manage the system configuration. This is not an OS support area, nor a chat room for debati

[R] RHEl Vs UBUNTU for R

2018-09-02 Thread akshay kulkarni
dear members, I am using AWS LINUX ec2 instances for running my R code. I am in a conundrum whether to use RHEL or Ubuntu. Does R run faster on Red Hat as compared to Ubuntu? What other advantages does running R have on Red Hat over Ubuntu? Very many thanks for yo