[R] Remove observations deemed influential by influential.measure

GL pflugg at shands.ufl.edu
Tue Jun 29 19:48:30 CEST 2010


dbs_influential_obs <- which(apply(fit.influential.observations$is.inf, 1,
any))
dbs_sans_influential_obs <- dbs1[-dbs_influential_obs,]

-- 
View this message in context: http://r.789695.n4.nabble.com/Remove-observations-deemed-influential-by-influential-measure-tp2272474p2272524.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list