Re: [R] Histogram plot help

2012-12-04 Thread YAddo
Thanks, Rui and David! -- View this message in context: http://r.789695.n4.nabble.com/Histogram-plot-help-tp4651958p4652065.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list

[R] Histogram plot help

2012-12-03 Thread YAddo
Dear All: I plotted a histogram with Abline, clipping with color codes but i run into some problems. The abline' does not show up at all, and when i request the 'prob=True' (to obtain the freqs), my clipped region colors the section of the graph instead of the plot only. Is there any way i

[R] Plot(x,y) help

2012-11-26 Thread YAddo
Dear All: I would any appreciate any help with this plot I am struggling with. I have 4 estimates (95% CIs) I want to plot. I want the CI lines to be horizontal on each plotted point. I was trying to tweak some old codes (was for a vertical CI lines) into horizontal but not much dice. Many

Re: [R] Plot(x,y) help

2012-11-26 Thread YAddo
Thanks Jim and Rui. -- View this message in context: http://r.789695.n4.nabble.com/Plot-x-y-help-tp4650874p4650906.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list

Re: [R] Centering labels on X-axis

2012-10-20 Thread YAddo
Thanks Jim and Rui. My apologies, i did not give enough info on my plot. I am using : plot(x,y) for a line plot. I want to center the labels on the x-axis for each tick. Thanks. -- View this message in context:

[R] Centering labels on X-axis

2012-10-19 Thread YAddo
Dear all: I am trying to center labels on my plot with not much success. I have tried text(), mtext() but it's not working. I think I am using the wrong function for my task. Any help will be appreciated. My working codes. axis(1,

[R] Conditional Logistic regression with random effects / 2 random effects logit models

2012-07-05 Thread YAddo
Dear All: I am stuck on this problem and I could use some help from folks out there. I want to build a conditional logistic model with random effects or logistic regression with 2 random effects. I have data on mothers and their kids. I want to condition 1 mom predictor(0/1) and also for

[R] calc.relimp pmvd for US R-user

2011-09-12 Thread YAddo
Dear All: I am calculating the relative importance of a regressor in a linear model. Does anyone know how I can obtain/install the 'pmvd' computation type? I am a US user. Regards, Y -- View this message in context:

[R] Clearing Console; of weeks of codes!

2011-04-14 Thread YAddo
Dear All: I do see I have weeks of codes in my console when I check with my arrow up keys. I have been clearing them with Control L but it seems to clear it clear the screen temporally. I do see the previous codes again when I open R the next day, after quitting the session! Q: How do I clear

[R] Clearing Console- rm(list=ls(all=TRUE)) not working for me

2011-04-14 Thread YAddo
Dear all again: I have been trying to clear weeks of codes in my R console, even after quitting and coming back another day!. One of you out there graciously suggested this rm(list=ls(all=TRUE)). I tried this but no dice. Codes tried. Ctrl +L , clears for the time... and the the latest i

Re: [R] Clearing Console; of weeks of codes!

2011-04-14 Thread YAddo
Yep... Hitting the up arrow key upon the next initialization shows all the previous codes. I.e. after q() --- Y and re opening R console the next time. -- View this message in context: http://r.789695.n4.nabble.com/Clearing-Console-of-weeks-of-codes-tp3447506p3450541.html Sent from the

[R] GAMLSS Question

2011-03-19 Thread YAddo
Dear All: I have succeeded in fitting a GAMLSS.dist model to growth data I am working with it. My aim is to create a matrix of predicted percentiles and the corresponding the fitted model's sigma mu nu by agebins. Q: How do it generate these parameters as in L M S per Cole and Green 1992?

[R] Help on 'object(s) are masked from 'package:base

2011-03-15 Thread YAddo
Dear All: I am a newbie to R. I am trying to use the lmsqreg.fit pack, although I have installed(I think) it I am not able to invoke it when write the code for it. Here's what I got when I installed it. package 'lmsqreg' successfully unpacked and MD5 sums checked And here is what I got