hi,
I'm having trouble understanding what to do after I get my principal component analysis scores.
after getting the scores I combined the data with the rest of my dataset and now I'm supposed to create models.
the part I'm stuck on is what to include in these models and why...
so far this is what I have from looking at other people's work but if it could be explained to me what I'm doing that would be very helpful.
this is an example of what the other work looks like:
model1<-lm(larvaweight.mg~Comp1*Comp2*Comp3)
model2<-lm(larvaweight.mg~Comp1*Comp2+Comp3)
model3<-lm(larvaweight.mg~Comp1+Comp2+Comp3)
model4<-lm(larvaweight.mg~Comp1)
etc...
my questions are:
1. what am I supposed to be putting in the brackets just after lm?
2. why am I sometimes multiplying and sometimes adding the different components? what do they mean?
if my instructions are:
Retain a sufficient number of PC’s that explain a “meaningful” (as determined by
you) amount of the total variation in your data set. Describe your new ordination
system via the interpretation of loadings.
Using your re-scored variables as the response variables compare the mean (or
median*) heights of pairs of parasitized and unparasitized goldenrods in your
sample. *Please use the appropriate statistical test(s) for the above analyses, and
indicate in your report why the test(s) you used were appropriate.
Produce a boxplot illustrating the difference in “size” of the pairs of unparasitized
and parasitized goldenrods.
so I know the sufficient number of PC's that explain a meaningful amount of total variation in my dataset is the first 3 components, how am I supposed to describe my new ordination system and how do I interpret the loadings?
any help will be much appreciated! I happened to miss this class and only have notes on factor analysis
