[R] Quantile regression interval prediction

2015-07-09 Thread Angel Marley via R-help
Hi all,I would like to know how to predict a new y value and its confidence interval for the prediction given a new observation x when using a linear(or non-linear) quantile regression model.How it is possible to transform the confidence prediction in to an interval prediction? Is it correct to

Re: [R] mvpart error in R 3.1.1 "s_to_rp" not available for .C()

2014-09-05 Thread Angel Marley
Dear Uwe, thanks for your prompt reply. I have run the update.packages, but the error persisted, then I did it again and it works Best regards and thank for your time Angel On Friday, September 5, 2014 4:15 AM, Uwe Ligges wrote: On 04.09.2014 15:03, Angel Marley wrote

[R] mvpart error in R 3.1.1 "s_to_rp" not available for .C()

2014-09-04 Thread Angel Marley
Dear R list, I'm working with recursive tress using packages mvpart and rpart in R in linux xubuntu (64). The package performed with no problem under my previous R version (2.14) I had recently updated my R version to 3.1.1 and when I try to run a mvpart model I get the following error mesage

[R] AIC for piecewise and cuadratic comparison

2012-02-06 Thread Angel Marley
Hi everybody, I would like to compare using the Akaike Information Criteria (AIC) a quadratic model and a piecewise fitted model. Is it correct to use AIC to compare this models with such a different structure? Thanks in advance Angel # A simple example a<-1 b<-2 xx<-seq(-15,15,length=50) # Gene

[R] R extract vertices for polygon

2009-07-21 Thread Angel Marley
Dear R users, I'm trying to extract from a given matrix (GROUP) the coordinates of the vertices of the different groups (i.e. 3, 7, 1 . . .) to plot the polygons to delineate the area in which each group "wins" and colour it diferentially. I can make a simple point plot, but I would like to ad

[R] misalignement of secondary axis in multhist

2008-09-19 Thread Angel Marley
Hi everybody, I'm trying a multiple histogram, and I'd like to add on it a secondary axis with a line (cumulative frequencies, or wathever lines), and the 0 intercept doesnt coincide in y1 and y2, which dificult interpretation and makes presentation not nice. I had seen some related answer for b

[R] how to save many trees within a loop?

2008-05-20 Thread Angel Marley
Hi, I would like to save many trees created in a loop as different ones. I can plot them, but I can not get the whole tree properties saved. I paste the script below Also, How can I perform multivariate trees?, that is predicting a vector o values, not a simple scalar observation. Thanks in advance