Displaying 3 results from an estimated 3 matches for "q90".
Did you mean:
90
2008 Jul 23
4
Using PrettyR to produce LaTeX output
...r that says "arguments imply differing number of rows."
If that didn't make any sense...ultimately, here is what I'm trying (and
failing) to produce as a LaTeX document...
MALES FEMALES
Q10 Med Q90 Q10 Med Q90
AGE xx xx xx xx xx xx
BMI xx xx xx xx xx
xx
etc. xx xx xx xx xx
xx
Any help or guidance would be app...
2013 Apr 03
5
Can package plyr also calculate the mode?
...te the SAS proc univariate in R. I got most of the
stats I needed for a by grouping in a data frame using:
all1 <- ddply(all,"ACT_NAME", summarise, mean=mean(COUNTS), sd=sd(COUNTS),
q25=quantile(COUNTS,.25),median=quantile(COUNTS,.50),
q75=quantile(COUNTS,.75),
q90=quantile(COUNTS,.90), q95=quantile(COUNTS,.95),
q99=quantile(COUNTS,.99) )
So I got the mean, median std dev, quantiles etc.
IS there any way I can add the mode to the mixt. Thanks ahead for any
suggestions.
--
View this message in context: http://r.789695.n4.nabble.com/Can-package-plyr-also-...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking