Usage
# S3 method for eff
print(x, type=c("response", "link"), ...)
# S3 method for effpoly
print(x, type=c("probability", "logits"), ...)
# S3 method for efflatent
print(x, ...)
# S3 method for efflist
print(x, ...)
# S3 method for mlm.efflist
print(x, ...)
# S3 method for summary.eff
print(x, ...)
# S3 method for eff
summary(object, type=c("response", "link"), ...)
# S3 method for effpoly
summary(object, type=c("probability", "logits"), ...)
# S3 method for efflatent
summary(object, ...)
# S3 method for efflist
summary(object, ...)
# S3 method for mlm.efflist
summary(object, ...)
# S3 method for eff
as.data.frame(x, row.names=NULL, optional=TRUE,
type=c("response", "link"), ...)
# S3 method for efflist
as.data.frame(x, row.names=NULL, optional=TRUE, type, ...)
# S3 method for effpoly
as.data.frame(x, row.names=NULL, optional=TRUE, ...)
# S3 method for efflatent
as.data.frame(x, row.names=NULL, optional=TRUE, ...)
# S3 method for eff
vcov(object, ...)