Displaying 3 results from an estimated 3 matches for "0.3654".
Did you mean:
0.3604
2009 Feb 26
4
Singularity in a regression?
R friends,
In a matrix of 1s and 0s, I'm getting a singularity error. Any helpful ideas?
lm(formula = activity ~ metaF + metaCl + metaBr + metaI + metaMe +
paraF + paraCl + paraBr + paraI + paraMe)
Residuals:
Min 1Q Median 3Q Max
-4.573e-01 -7.884e-02 3.469e-17 6.616e-02 2.427e-01
Coefficients: (1 not defined because of singularities)
2010 Aug 09
0
PCA analysis, presence-absence of mammals in parks
Hi everyone,
So I am trying to see which ecological parameter of different parks in nyc
influence the most the diversity of the medium-sized mammals in those parks.
I have a bunch of different parameters for each park I'm done studying and
the presence (1) and absence (0) of each mammal. I wanted to do a principal
component analysis of those data to know which ones of those parameters are
the
2005 Jan 25
3
multi-class classification using rpart
Hi,
I am trying to make a multi-class classification tree by using rpart.
I used MASS package'd data: fgl to test and it works well.
However, when I used my small-sampled data as below, the program seems
to take forever. I am not sure if it is due to slowness or there is
something wrong with my codes or data manipulation.
Please be advised !
The data is described as the output from str()