na.omit_detailed.data.frame {estimatr} | R Documentation |
Extra logging on na.omit handler
na.omit_detailed.data.frame(object)
object |
a data.frame |
... |
unused |
a normal omit
object, with the extra attribute why_omit
,
which contains the leftmost column containing an NA for each row that was dropped, by
column name, if any were dropped.