Re: [R] Prophet package

2017-03-19 Thread Andras Farkas
Hi Jim, Yes, the plot function works well and produces a plot, it is only the points function I am unable to get to display the points... Thanks Andras Sent from Yahoo Mail on Android On Sun, Mar 19, 2017 at 4:38 PM, Jim Lemon wrote: Hi Andras, Did you get a plot from your plot command? I

Re: [R] Prophet package

2017-03-19 Thread Jim Lemon
Hi Andras, Did you get a plot from your plot command? It looks to me as thought there was an error, perhaps because the plot command tried to treat "forecast" as a vector. Jim On Mon, Mar 20, 2017 at 5:43 AM, Andras Farkas via R-help wrote: > Dear All > > > wonder if you could assist with the fo

[R] Prophet package

2017-03-19 Thread Andras Farkas via R-help
Dear All wonder if you could assist with the following we have: library(prophet) library(dplyr) abc<-c(0.3684693,0.4938679, 0.4429201,0.452598,0.4301452,0.4315169, 0.447026,0.496179,0.4045693,0.398533, 0.355,0.431079,0.4063136,0.4120126,0.5210375,0.402897,0.4466131,0.5005669,0.501416

Re: [R] Options for bootstrapped CIs for indirect effect: Nested data structure, missing data, and fully continuous X variable

2017-03-19 Thread Bert Gunter
Obviously question: Did you check the boot package ?? Also, try searching rseek.org. I suspect that in any case, you may have to do some customizing/programming, as you seem to have quite a few criteria. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming

[R] Options for bootstrapped CIs for indirect effect: Nested data structure, missing data, and fully continuous X variable

2017-03-19 Thread David Jones
I am looking for a package or other solution in R that can evaluate indirect effects and meets all of the following criteria: * Can create bootstrapped CIs around an indirect effect (or can implement any other method of creating asymmetric CIs) * Can address nested data (e.g., through multilevel/m