Re: [R] Output for pasting multiple vectors

2019-06-27 Thread Spencer Brackett
On Thu, Jun 27, 2019 at 10:48 AM Spencer Brackett < spbracket...@saintjosephhs.com> wrote: > Hello, > > Was that helpful in clarifying? > > Best, > > Spencer > > On Tue, Jun 25, 2019 at 5:14 PM Spencer Brackett < > spbracket...@saintjosephhs.com> wrote: > >> Thank you! The following is the result

Re: [R] Error in installing pbmcapply / WhatIf

2019-06-27 Thread Ashim Kapoor
Dear Ivan, OK and thank you for your help. Best Regards, Ashim On Thu, Jun 27, 2019 at 3:34 PM Ivan Krylov wrote: > On Thu, 27 Jun 2019 12:48:50 +0530 > Ashim Kapoor wrote: > > > R version 3.3.3 (2017-03-06) > > > process.c:10:23: error: unknown type name ‘DllInfo’ > > DllInfo is defined in R

Re: [R] Error in installing pbmcapply / WhatIf

2019-06-27 Thread Ivan Krylov
On Thu, 27 Jun 2019 12:48:50 +0530 Ashim Kapoor wrote: > R version 3.3.3 (2017-03-06) > process.c:10:23: error: unknown type name ‘DllInfo’ DllInfo is defined in R_ext/Rdynload.h [1]. process.c only includes Rinternals.h [2], which has been including R_ext/Rdynload.h since September 2016 [3].

[R] GAM P value (package mgcv)

2019-06-27 Thread Jason 林俊
Dear R-helpers, My system: R 3.5.3 osx, mgcv 1.8-28 I try to build a model for five parameters Model = gam( Y ~ s(x1) + s(x2) + s(x3) + s(x4) + s(x5)) But, We found these five parameters have multicollinearity. We observed a significant correlation between these parameters. So, we performe

Re: [R] How to change x axes labels in plot_ly?

2019-06-27 Thread nstefi
Thanks a lot John. > I have never heard of ploty. Is that a typo? Plotly is a library and the function for visualizing the chart is actually called "plot_ly". I learned about this in an Udemy course, I thought is the best function to create line charts, bar charts, etc. What function do you use

[R] Error in installing pbmcapply / WhatIf

2019-06-27 Thread Ashim Kapoor
Dear All, I am not able to install pbmcapply which I need for package WhatIf. Here are my sessionInfo and the error message :- > sessionInfo() R version 3.3.3 (2017-03-06) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Debian GNU/Linux 8 (jessie) locale: [1] LC_CTYPE=en_IN LC_NUME