[R-sig-eco] guidance required (GLM?)

Christopher Cesar C.Cesar at apemltd.co.uk
Thu Aug 25 11:00:47 CEST 2011


Thanks all for your input.

Originally, I was planning on using a simple model with 1 'treatment' factor with 3 levels (control, procedural control, fished), but was concerned that the 'fished' level had also experienced the 'procedural control' disturbance and so that's when I started delving into this possibly overly-complex approach (bbolker on nabble also pointed out that glm is possibly not the best approach).

I think that breaking the data down to run separate analyses on different shores is a worthy approach and will look into this, possibly using either:
Model1<-lm(biomass~species/(Procedural.Control+Control)) #or
Model2<-lm(biomass~species/Treatment)

Thanks again for all responses

Chris

-----Original Message-----
From: r-sig-ecology-bounces at r-project.org [mailto:r-sig-ecology-bounces at r-project.org] On Behalf Of r-sig-ecology-request at r-project.org
Sent: 24 August 2011 11:00
To: r-sig-ecology at r-project.org
Subject: R-sig-ecology Digest, Vol 41, Issue 13

Send R-sig-ecology mailing list submissions to
	r-sig-ecology at r-project.org

To subscribe or unsubscribe via the World Wide Web, visit
	https://stat.ethz.ch/mailman/listinfo/r-sig-ecology
or, via email, send a message with subject or body 'help' to
	r-sig-ecology-request at r-project.org

You can reach the person managing the list at
	r-sig-ecology-owner at r-project.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of R-sig-ecology digest..."


Today's Topics:

   1. guidance required (GLM?) 

----------------------------------------------------------------------

Message: 1
Date: Wed, 24 Aug 2011 09:02:45 +0000
From: Christopher Cesar <C.Cesar at apemltd.co.uk>
To: "r-sig-ecology at r-project.org" <r-sig-ecology at r-project.org>
Subject: [R-sig-eco] guidance required (GLM?)
Message-ID:
	<FA4191FA9895EE4E8E4AB3794909AC791D612255 at EXCHANGE.APEM.local>
Content-Type: text/plain; charset="us-ascii"

Hi all,

I have carried out experimental removal of bivalves at 2 intertidal shores. Bivalves were removed by raking of surface sediments. I wish compare the biomass values of for a total of 8 species between the 2 shores

My 3 treatments are: Undisturbed Controls (Cont), Procedural Controls (Proc) and Experimetnally Fished (Fished).

As Fished and Proc have both experienced disturbance, I set the model using 2 factors as follows:

	Controls	Procedural	Fished
Raked	0		1		1
Fished0		0		1

As a newcomer to R (& stats!), I am unsure as to how to proceed.

i am currently adopting the approach

model<-glm(biomass~Shore*Raked*Species+Shore*Fished*Species)

And then run post-hoc adjusted pairwise comparisons between signifcant terms.

Does this look OK to you guys?

Many, many thanks

Chris






------------------------------

_______________________________________________
R-sig-ecology mailing list
R-sig-ecology at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-ecology


End of R-sig-ecology Digest, Vol 41, Issue 13



More information about the R-sig-ecology mailing list