search for: renuka

Displaying 6 results from an estimated 6 matches for "renuka".

Did you mean: menuka
2005 Aug 02
5
question on graphs and finding area under a curve
...even if I say xlim=c(0,1) -- there will be some space between the edge of the x-axis and where 0 is placed. If I want 0 on the edge, how do I do it in R? Area under the curve: I have a 45 degree line and a curve above or below it. Is there a way in R to find the area between the two? Thanks, Renuka -- Renuka Sane http://www.nyx.net/~rsane [[alternative HTML version deleted]]
2005 Aug 11
3
question on creating a new logical variable
I have two variables. A <- rep(c(1:9), 2) B <- rep(c(2:10),2) -- Renuka Sane http://www.nyx.net/~rsane [[alternative HTML version deleted]]
2005 Jul 18
1
dataframes of unequal size
...] <- C1$w[C$state[i] == C1$state & C$psu[i] == C1$psu] } This gives me the correct replacements for the number of rows in C1 and then just repeats the same weights for the remaning rows in C. Can someone point out the error in what I am doing or show the correct way of doing this? Thanks, Renuka
2005 Oct 30
1
question on adding confidence intervals
...the prediction interval for the yhat. However this is for the regression of log(x) on time and monthly dummies. I can make an interval using p$pred +-1.96*p$se from the AR model. Again this is for log(x). How can I use these two to obtain the final interval for x as opposed to log(x)? Thanks, -- Renuka Sane [[alternative HTML version deleted]]
2008 Nov 21
0
Unable to see network printer on domu
...e the network printer when i try to add printer from control panel. When i added the printer in native vista i could print from the domu. I couldnt see any debug statements in the dom0 logs. How can i trace the packets. Why i am unable to see the network objects in domu. Thank you for your help. Renuka _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 May 09
0
question on marginal effects
...matter any discrete choice model. Does R have a function that will essentially do this: dE[y|x] ------- = f(x'beta)*beta dx Stata has a command called "mfx" that calculates the marginal effects at the mean (of the x values). Is there a R equivalent to mfx? Thanks, Renuka.