matthieukomorowski/AI_Clinician

Reformat5t?

moberst opened this issue · 0 comments

reformat5t.elixhauser(isnan(reformat5t.elixhauser))=nanmedian(reformat5t.elixhauser); %use the median value / only a few missing data points

This line throws an error (see below)

Undefined variable "reformat5t" or class "reformat5t.elixhauser".

Error in AIClinician_sepsis3_def_160219 (line 791)
reformat5t.elixhauser(isnan(reformat5t.elixhauser))=nanmedian(reformat5t.elixhauser);  %use the median value / only a few missing data points 

Is it safe to say that this should be reformat4t?