Description Usage Arguments Examples
View source: R/proc_logistic.R
((very) limited) Emulation of SAS proc_logistic
1 | proc_logistic(fit, scale = "pearson", tables = "waldci")
|
fit |
Should be a glm model fit with family binomial("logit") |
scale |
Matching SAS argument, uses either pearson or deviance for estimation of dispersion parameter, takes either "pearson" or "deviance" |
tables |
Optional length one character vector to indicate output. Enter as a single string (rather than a vector). Options include any of opt = "waldci covb lackfit", in any order |
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.