R> hpmor <- lw[as.character(lw$Referrals) == "Referred by Harry Potter and the Methods of Rationality",]
R> hpmor <- lw[as.character(lw$Referrals) != "Referred by Harry Potter and the Methods of Rationality",]
Is this a typo? Or some text that was lost in the copy-paste?
Is this a typo? Or some text that was lost in the copy-paste?
Typo. I was operating on two variables,
hpmor
andothers
, but I guess a search-replace went awry...