wrapChiSqTestImpl | R Documentation |
Format quality of a logistic regression roughly in "APA Style" ( American Psychological Association ).
wrapChiSqTestImpl(df.null, df.residual, null.deviance, deviance)
df.null |
null degrees of freedom. |
df.residual |
residual degrees of freedom. |
null.deviance |
null deviance |
deviance |
residual deviance |
wrapped statistic
wrapChiSqTestImpl(df.null=7,df.residual=6,
null.deviance=11.09035,deviance=10.83726)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.