Displaying 3 results from an estimated 3 matches for "diptera".
Did you mean:
datera
2009 Jan 07
1
Replace Function (How to replace numbers in a data frame with a specific number)
...ek", "river"), class = "factor"),
Amphipoda = c(0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1,
0, 1, 1, 0, 1), Coleoptera = c(1, 1, 4, 1, 0, 1, 1, 2, 1,
2, 0, 0, 0, 1, 1, 0, 0, 0, 2, 1), Decapoda = c(0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1), Diptera = c(6,
6, 14, 3, 16, 10, 12, 0, 3, 9, 6, 5, 3, 10, 0, 9, 3, 11,
2, 8), Ephemeroptera = c(5, 6, 4, 1, 3, 1, 3, 1, 0, 2, 0,
2, 2, 2, 0, 0, 0, 0, 1, 0)), .Names = c("Date", "RiverMile",
"Site", "location", "Amphipoda", "Coleoptera"...
2012 Nov 12
2
order in stacked barplot
...the code
data1 <- read.table("N_O_W_MAI.txt", header=TRUE, dec = ",")
attach(data1)
Teich1<-factor(Teich,levels=c(5,7,9,11,"G") ,ordered=is.ordered(Teich))
Gruppe1<-factor(Gruppe,levels=c("Annelida","Cladocera","Copepoda",
"Diptera","Ephemeroptera","Ostracoda","Sonstige"),ordered=is.ordered(Gruppe))
data2<-data.frame(Teich1,Gruppe,Herkunft,IRI)
data2
> str(data2)
'data.frame': 65 obs. of 3 variables:
$ Teich1: Factor w/ 5 levels "2","4","8"...
2008 Mar 31
0
MANOVA, SCC and multiple comparisons
Bonjour,
we wanted to fit a manova as descripted in Marieta /et al./ 2003,
"convergent habitat segregation of /Aedes aegyptii/ and /Aedes
albopictus/ (Diptera: /Culicidae/) in Southern Brazil and Florida", /J.
Med. Entomol./, *40* (6), 785-794. They did their analysis with SAS
software.
We have the same kind of data with two insect species and city, habitat
and season factors. We used the function manova() and it was OK for
multivariate analysis...