Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

10 results for “from:Dennis Duro”

A question about R2Winbugs
Dennis Duro · Jun 23, 2010 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100623/44420a4b/attachment.pl>

How to plot two lines, and only one line with errorbar by qqplots of R
Dennis Duro · Sep 16, 2012 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120916/73026d67/attachment.pl>

randomForest: help with combine() function
Dennis Duro · Dec 10, 2010 · r-help

I've built two RF objects (RF1 and RF2) and have tried to combine them, but I get the following error: Error in rf$votes + ifelse(is.na(rflist[[i]]$votes), 0, rflist[[i]]$votes) : non-conformable arrays In addition...

[raster] formal way of addressing specific layer in RasterStack?
Dennis Duro · Dec 5, 2012 · r-sig-geo

Just curious if this is the most optimal way of addressing a specific layer in a RasterStack: -RasterStack with 14 layers called "stack" -polygon layer called "sites" # extract cell values from layer 2 of "stack" RasterStack using "sites" polygon extract...

randomForest: How to append ID column along with predictions
Dennis Duro · Dec 7, 2010 · r-help

Hi all, When running a prediction using RF on another data, I get two columns returned: row number(?) and predicted class. Is there a way of appending the unique row value from an ID column in the dataframe to the...

randomForest: How to append ID column along with predictions
Dennis Duro · Dec 7, 2010 · r-help

Hi all, When running a prediction using RF on another data, I get two columns returned: row number(?) and predicted class. Is there a way of appending the unique row value from an ID column in the dataframe to the...

randomForest: tuneRF error
Dennis Duro · Dec 21, 2010 · r-help

Just curious if anyone else has got this error before, and if so, would know what I could do (if anything) to get past it: > mtry <- tuneRF(training, trainingdata$class, ntreeTry = 500, stepFactor = 2, improve = 0.05, trace = TRUE, plot...

[raster] How to loop extract function?
Dennis Duro · Dec 16, 2012 · r-sig-geo

As asked here <http://stackoverflow.com/questions/13897455/pass-variable-name-to-a-function-and-output-inside-of-loop-in-r> on stackoverflow: for(j in 1:3) { for(k in 1:17){ extract_[j]km <- extract(RasterStack, SpatialPolygonsDataFrame_[j...

randomForest: How to append ID column along with predictions
Dennis Duro · Dec 7, 2010 · r-help

Thanks for the confirmation Andy. It would be great if one could specify a specific column as the unique ID to be returned and/or display the input row, along with the predictions. Thanks for the quick reply and looking...

a small question about R with Winbugs
Dennis Duro · Apr 8, 2010 · r-help

I try to do a test for dirichlet process for Multivariate normal, but Winbugs always says "expected multivariate node", does that mean I miss something at initialization? I will really appreciate the help to solve this problem Here is the...

Can't find what you're looking for? Try searching with Google .