gof_test: Goodness-of-fit test for contingency tables

View source: R/gof_test.R

gof_testR Documentation

Goodness-of-fit test for contingency tables

Description

This function carries out goodness-of-fit tests for contingency tables from the power-divergence family.

Usage

gof_test(lambda, observes, theoriques)

Arguments

lambda

parameter defining the statistic to be used: lambda = -0.5 is for the Freeman-Tuckey statistic, lambda = 0 for the G2 statistic, lambda = 2/3 for the Cressie-Read statistic and lambda = 1 for the classical Chi-square statistic

observes

vector of observed probabilities

theoriques

vector of theoretical/expected probabilities

Value

This function returns the value of the goodness-of-fit statistic.

Author(s)

Olivier Gimenez <olivier.gimenez@cefe.cnrs.fr>, Roger Pradel, RĂ©mi Choquet


oliviergimenez/R2ucare documentation built on July 17, 2022, 7:23 p.m.