search for: mdae

Displaying 1 result from an estimated 1 matches for "mdae".

Did you mean: made
2009 Nov 03
1
random text added to names (bug with 2.10.0?)
...are occasionally added to the text of names in vectors. It's happened to me in two separate, long-running R sessions, but I can't find a way to reproduce it in a smaller setting. The code I'm using is > diag.gam.2 <- mdl.run.diag(fit.gam.2, ds.valid) > diag.gam.2 rmse mdae.1413751 mnae cv r2 0.023171639 0.007206221 0.012374469 1.259498479 0.385234756 > mdl.run.diag function (fit, ds) { run.diagnostics(mdl.run(fit, ds)) } > run.diagnostics function (ds) { c(rmse=root.mean.squared.error(ds), mdae=median.absolute.error(ds),...