Displaying 3 results from an estimated 3 matches for "toldw".
Did you mean:
told
2011 Feb 10
2
Rioja package, creating transfer function, WA, "Error in FUN"
...species over 90 sites, set
out like this)
F1 AmpFlav AmpWri ArcCat ArcDis
1 N1_1 22.2929936 0.0000000 0.0000000 0.0000000
2 N1_2 30.9677419 0.0000000 0.0000000 3.2258065
> library(rioja)
> y <-as.matrix(Spe)
> x <-as.matrix(Env)
> WA(y, x, tolDW = FALSE, use.N2=TRUE, check.data=TRUE, lean=FALSE) (the
> command from the WA section of the rioja booklet)
Error in FUN(newX[, i], ...) : invalid 'type' (character) of argument
Any help would be most appreciated,
Best wishes,
Matthew
--
View this message in context: http://r.789...
2011 Feb 22
1
Transfer function observed vs predicted values graph problem
...quot;94.07849" "3.777932" " 66.77673"
The species matrix (y) contains the abundance of 32 species over 90 sites,
set out like this
F1 AmpFlav AmpWri ArcCat ArcDis
1 1 22.2929936 0.0000000 0.0000000 0.0000000
2 2 30.9677419 0.0000000 0.0000000 3.2258065
fit <- WA(y, x, tolDW = FALSE, use.N2=TRUE, check.data=TRUE, lean=FALSE)
# plot predicted vs. observed
plot(fit)
plot(fit, resid=TRUE)
# Water-table reconstruction
pred <- predict(fit, y)
#plot the reconstruction
plot(sites, pred$fit[, 1], type="b")
# cross-validation model using bootstrapping
fit.xv <-...
2010 Jan 31
3
combining data frames in a list - how do I add breaks?
I'm a week-old R user, and have become stuck trying to create usable CSV
outputs for post-processing. I am using the package Rioja, which provides
small datasets of results. I am running several analyses in a loop and
iteratively adding the results to a *list* ("combined"). Within each
iteration I use the following:
> combined[[i]] <- performance(fit)
With two iterations I