Re: [R] Error with Segmented package

2015-10-10 Thread andrew haywood
ated. Kind regards Andrew On Thu, Oct 8, 2015 at 10:33 AM, David Winsemius <dwinsem...@comcast.net> wrote: > > On Oct 7, 2015, at 6:10 PM, andrew haywood wrote: > > > Thanks David, > > > > I apologies for not posting the versions. > > > > I am runnin

[R] Fwd: Error Message when using VarSelection in YaiImpute package with the randomForest

2015-10-10 Thread andrew haywood
, xa, y, wts, yaiMethod, bootstrap, ...)) 1: varSelection(x = x, y = y, nboot = 5, yaiMethod = "randomForest", useParallel = FALSE) Any help/guidance would be greatly appreciated. Kind regards Andrew -- Forwarded message -- From: andrew haywood <ah

[R] Error with Segmented package

2015-10-07 Thread andrew haywood
Dear List, I am trying to run a simple pieewise regression using the segmented package. When running the following code library(segmented) data = data.frame(x=c(50,60,70,80,90,100,110) , y= c(703.786,705.857,708.153,711.056,709.257, 707.4, 705.6)) model.lm = segmented(lm(y~x,data = data),seg.Z

Re: [R] Error with Segmented package

2015-10-07 Thread andrew haywood
the error? Kind regards Andrew On Thu, Oct 8, 2015 at 7:11 AM, David Winsemius <dwinsem...@comcast.net> wrote: > > On Oct 7, 2015, at 6:50 AM, andrew haywood wrote: > > > Dear List, > > > > I am trying to run a simple pieewise regression using the segmente

[R] Error Message when using VarSelection in YaiImpute package with the randomForest

2015-09-16 Thread andrew haywood
Dear All, when using the following code x <- iris[,1:2] # Sepal.Length Sepal.Width y <- iris[,3:4] # Petal.Length Petal.Width vsel <- varSelection(x=x,y=y,nboot=5,yaiMethod="randomForest",useParallel=FALSE) I get the following error code Error in yai(x = xa, y = y, method = yaiMethod,