augment error with na.action = na.exclude
in lm
#1187
Labels
bug
an unexpected problem or unintended behavior
na.action = na.exclude
in lm
#1187
Dear
broom
maintainer,the problem
I was runnning
lm
on a dataset with NA values, and foundaugment
doesn't work withna.action = na.exclude
code
output
remove the
na.action = na.exclude
option will work. Actually, the followingz1
andz2
have the same
model
,coefficients
,residuals
components, making me really wonder how thena.exclude
andna.omit
will influenceaugment
's behaviorI'm not entirely sure if the issue we saw above originating from the
augment
function or thelm
function. I would greatly appreciate any insights or guidance you could offer on this matter. Thank you in advance for your assistance.Thanks!
sessioninfo
The text was updated successfully, but these errors were encountered: