Displaying 4 results from an estimated 4 matches for "speciesvirginica".
2006 May 30
1
when dimensionality is larger than the number of observations?
Hi, there:
Can anyone here kindly point some good reference or links on this topic?
Esp. some solutions from BioConductor or R, when dealing with
microarray-like, "fat" data?
thanks,
--
Weiwei Shi, Ph.D
"Did you always know?"
"No, I did not. But I believed..."
---Matrix III
[[alternative HTML version deleted]]
2013 Jan 27
1
decimal places in R2HTML
Dear R People:
I have an AOV model that I get confidence intervals from via
> confint(chick1.aov1)
2.5 % 97.5 %
trtA 1.472085 1.607915
trtB 1.512085 1.647915
trtC 1.328751 1.464582
>
I am using R2HTML to produce HTML output. However, the HTML code
itself just has rounded values, i.e., 1.5 and 1.6.
Has anyone run across this, please?
Any suggestions would be much appreciated.
2011 Feb 28
1
Regression with many independent variables
Hi,
I am trying use lm() on some data, the code works fine but I would
like to use a more efficient way to do this.
The data looks like this (the data is very sparse with a few 1s, -1s
and the rest 0s):
> head(adj0708)
MARGIN Poss P235 P247 P703 P218 P430 P489 P83 P307 P337....
1 64.28571 29 0 0 0 0 0 0 0 0 0 0
0 0 0
2 -100.00000 6 0 0
2008 Apr 09
4
apply lm() for all the columns of a matrix
Hi all,
My question is not really urgent. I can write a loop and solve the
problem. But I know that I'll be in a similar situation many more times so
it would be useful to find out the answer
Is there a fast way to perform linear fit to all the columns of a matrix?
(or in the one dimension of a multi-dimensional array.) I'm talking about
many single linear fits, not about a multiple fit.