SuperLearnerMacro

The super learner macro was designed to give useful error codes when the errors could be anticipated ahead of time. Generally errors come down to typos when calling the code (e.g. using logti rather than logit in the library) or forgetting a comma in between macro parameters. For troubleshooting errors, try the steps below:

Troubleshooting

  1. SAS ERROR: Procedure OPTMODEL not found
  2. Super learner gives an error that has “super learner” in the note that accompanies the error (check sas log)
  3. The macro is taking a long time to run
  4. Errors related to running out of memory
  5. Errors related to Newton-raphson algorithm or optimization failing
  6. Other, puzzling errors? Send a note to akeil@unc.edu with as much detail as possible, including the code you used to call the macro and text from the SAS log and any output produced by the macro.

Main help page

Super learner macro home page