Displaying 3 results from an estimated 3 matches for "amphipoda".
2009 Jan 07
1
Replace Function (How to replace numbers in a data frame with a specific number)
...215", "61", "BC", "HC", "SC"), class = "factor"), location =
structure(c(2L,
2L, 2L, 2L, 2L, 1L, 2L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L,
1L, 2L, 1L, 2L), .Label = c("creek", "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,...
2011 Nov 10
3
Error in matrix, not ordered vectors or numerical value, and SIAR.
Help!
model1 <- siarmcmcdirichletv4(data, source, tef, concdep=0, 500000, 50000)
Error in matrix(1, ncol = (numsources + numiso) * numgroups, nrow =
(siardata$iterations - :
invalid 'ncol' value (too large or NA)
In addition: Warning message:
In Ops.ordered((numsources + numiso), numgroups) :
'*' is not meaningful for ordered factors
Previous message, but more problems:
2011 Nov 10
4
Error in Summary.factor(c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 4L, : max not meaningful for factors
...pond d13C d15N
1 A3 -2.07 6.06
2 F4 -2.39 1.3
3 K3 -2.11 1.70
> tef
tefsources tefMeand13C tefSDd13C tefMeand15N tefSDd15N
1 Copepoda 0.4 1.3 3.4 0.99
2 Algal Paste 0.4 1.3 3.4 0.99
3 Amphipoda 0.4 1.3 3.4 0.99
> model1 <- siarmcmcdirichletv4(data, source, tef, concdep = 0,
> iterations=500000, burnin=50000, howmany=50000, thinby=15, prior = rep(1,
> nrow(sources)), siardata=list(SHOULDRUN=FALSE))
Error in Summary.factor(c(1L, 1L, 1L, 1L, 1L, 1L, 1L...