1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
# Generated by roxygen2: do not edit by hand
S3method(coef,bracl)
S3method(coef,brglmFit)
S3method(coef,brglmFit_expo)
S3method(coef,brmultinom)
S3method(coef,brnb)
S3method(confint,brglmFit)
S3method(confint,brmultinom)
S3method(confint,brnb)
S3method(expo,brglmFit)
S3method(expo,glm)
S3method(fitted,bracl)
S3method(fitted,brmultinom)
S3method(logLik,brmultinom)
S3method(model.matrix,brmultinom)
S3method(ordinal_superiority,bracl)
S3method(predict,bracl)
S3method(predict,brmultinom)
S3method(print,brglmFit_expo)
S3method(print,brmultinom)
S3method(print,brnb)
S3method(print,summary.bracl)
S3method(print,summary.brglmFit)
S3method(print,summary.brmultinom)
S3method(print,summary.brnb)
S3method(residuals,bracl)
S3method(residuals,brmultinom)
S3method(simulate,brmultinom)
S3method(simulate,brnb)
S3method(summary,bracl)
S3method(summary,brglmFit)
S3method(summary,brmultinom)
S3method(summary,brnb)
S3method(vcov,bracl)
S3method(vcov,brglmFit)
S3method(vcov,brmultinom)
S3method(vcov,brnb)
export(bracl)
export(brglmControl)
export(brglmFit)
export(brglm_control)
export(brglm_fit)
export(brmultinom)
export(brnb)
export(check_infinite_estimates)
export(detect_separation)
export(expo)
export(mis)
export(ordinal_superiority)
import(MASS)
import(enrichwith)
import(stats)
import(Matrix)
importFrom(graphics,plot)
importFrom(nnet,class.ind)
importFrom(numDeriv,grad)
useDynLib(brglm2)
|