From 0f481287e934ad21e577d90d9944c9da67c939d4 Mon Sep 17 00:00:00 2001 From: Boyuan Ning <73546421+ningboyuan@users.noreply.github.com> Date: Thu, 17 Mar 2022 22:41:42 +0100 Subject: [PATCH] Update MSElogit.R --- MSElogit/MSElogit.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MSElogit/MSElogit.R b/MSElogit/MSElogit.R index c8420fb..9838d16 100644 --- a/MSElogit/MSElogit.R +++ b/MSElogit/MSElogit.R @@ -48,4 +48,4 @@ win.graph() plot(scores, y, xlab = "scores", ylab = "Y", pch = 16, col = "red", cex.lab = 1.5, cex.axis = 1.5) par(new = TRUE) plot(sort(scores), sort(s11$fitted.values), xlab = "scores", ylab = "Y", ylim = c(0, 1), pch = 16, col = "blue", cex.lab = 1.5, - cex.axis = 1.5, "l", lw = "4") + cex.axis = 1.5, "l")