Displaying 1 result from an estimated 1 matches for "tp4649668p4650400".
2012 Nov 15
2
Removing default loess line from scatterplot ({car})
scatterplot() is autogenerating a regression and loess line. I want to remove
the loess line, but can only find samples for how to add it. I definitely do
not have code that adds it (see below), so I am puzzling...
scatterplot(Aroused ~ anxious | group,
data=data,
xlab="Aroused",
ylab="Anxious",
main="Arousal and anxiety ratings",
xlim=c(0.5, 9.5),