Displaying 1 result from an estimated 1 matches for "neg_data".
Did you mean:
reg_data
2011 Feb 10
2
Getting p-value from summary output
I can get this summary of a model that I am running:
summary(myprobit)
Call:
glm(formula = Response_Slot ~ trial_no, family = binomial(link = "probit"),
data = neg_data, na.action = na.pass)
Deviance Residuals:
Min 1Q Median 3Q Max
-0.9528 -0.8934 -0.8418 1.4420 1.6026
Coefficients:
Estimate Std. Error z value Pr(>|z|)
(Intercept) -0.340528 0.371201 -0.917 0.359
trial_no -0.005032 0.012809 -0.393 0...