Skip to content

Commit

Permalink
Changed write.csv to ESDMeval.csv
Browse files Browse the repository at this point in the history
  • Loading branch information
pritchardtom committed Oct 26, 2021
1 parent d8152bd commit b03c189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/save.model.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ setMethod('save.esdm', 'Ensemble.SDM', function (esdm,
if (verbose) {
cat(" tables ...")
}
write.csv(esdm@evaluation, paste0(path, "/", name, "/Tables/esdmeval.csv"))
write.csv(esdm@evaluation, paste0(path, "/", name, "/Tables/ESDMeval.csv"))
write.csv(esdm@algorithm.evaluation, paste0(path, "/", name, "/Tables/AlgoEval.csv"))
write.csv(esdm@algorithm.correlation, paste0(path, "/", name, "/Tables/AlgoCorr.csv"))
write.csv(esdm@variable.importance, paste0(path, "/", name, "/Tables/VarImp.csv"))
Expand Down

0 comments on commit b03c189

Please sign in to comment.