Simon Dedman
Simon Dedman
Maybe run this only for variable combinations with significant interactions to see if there's a shape?
Gbm.Report
Gbm.report function using markdown to create a word document with the full results section and model interpretation, data units n sources (get via gbm.call, have user fill em in, generate...
Now built. 1. Load samples & multiple grids files into environment 2. Set WD for grids1 e.g. autumn 3. Run BRT normally with samples & grids1 4. setWD for grids2...
Currently takes average min & average max & average average, I think, meaning 3 lines which are identical just with different Y values. Instead: plot all [10] lines overlapping, coloured...
individual line plots: add a horizontal line at 0 to visually split pos & neg absolute values of marginal effect? currently Y scale tied to values, which gives impression that...
From Jane Elith: "a while ago I had colleagues look at the gbm.step code and improved it for parallel. They also fixed a bug. But I haven’t had time to...
Done? See Erik Franklin's code. Trial & error iterative approach to determine the optimal lr for a data set? How? Stop @ whole percentages? Try OPTIM function & see http://r.789695.n4.nabble.com/Optimization-in-R-similar-to-MS-Excel-Solver-td4646759.html...
`while (dev.list() > 1) dev.off()` something like this but kinda need to loop it within itself so it prints dev.off until we're back to null device (1) Not sure how...
Area not included in input CPUE values nor output predictions! One current limitation is that the surveyed CPUE values input into the gbm.auto and gbm.valuemap functions are taken as the...
Option either in gbm.auto or separate function to take line plots (feasibly as linesfiles csvs) and overlay multiple lines on the same plot to save space and allow comparisons. Bin...