powered by
A summary of estimates for the class GRCglm.P.
GRCglm.P
# S3 method for GRCglm.P summary(object, level = 0.95, ...)
The observed Fisher information matrix.
Estimated standard error.
Confidence intervals of the estimated coefficients.
Estimated standard error for comparision, with Fisher information matrix computed using exact enumeration of counts.
Z-score of the estimated coefficients.
P-value of the estimated coefficients.
An object of class ``GRCglm.P''.
Level of confidence.
Reserved parameter for matching other summary methods.
set.seed(123) tp <- genData.P(beta = c(0.5, -1, 1), data.size = 120, scheme = c(0:3, 5, 8), scope.lambda = c(1, 10)) a <- GRCglm.P(y = tp$y, x1 = tp$x, scheme = c(0:3, 5, 8)) b <- summary(a)
Run the code above in your browser using DataLab