Learn R Programming

sigr (version 1.1.5)

wrapChiSqTestImpl: Format quality of a logistic regression roughly in "APA Style" ( American Psychological Association ).

Description

Format quality of a logistic regression roughly in "APA Style" ( American Psychological Association ).

Usage

wrapChiSqTestImpl(df.null, df.residual, null.deviance, deviance)

Value

wrapped statistic

Arguments

df.null

null degrees of freedom.

df.residual

residual degrees of freedom.

null.deviance

null deviance

deviance

residual deviance

Examples

Run this code

wrapChiSqTestImpl(df.null=7,df.residual=6,
    null.deviance=11.09035,deviance=10.83726)

Run the code above in your browser using DataLab