search for: lgtxt

Displaying 1 result from an estimated 1 matches for "lgtxt".

Did you mean: legtxt
2008 Nov 16
1
confint.glm(...) fails for binomial count data format
...le$sex == "Female" plot(womensrole$education, role.fitted, type = "n", ylab = "Probability of agreeing", xlab = "Education", ylim = c(0,1)) lines(womensrole$education[!f], role.fitted[!f], lty = 1) lines(womensrole$education[f], role.fitted[f], lty = 2) lgtxt <- c("Fitted (Males)", "Fitted (Females)") legend("topright", lgtxt, lty = 1:2, bty = "n") y <- womensrole$agree / (womensrole$agree + womensrole$disagree) text(womensrole$education, y, ifelse(f, "\\VE", "\\MA"), family = "...