ChisqTest_Distribution {IIProductionUnknown} | R Documentation |
Indicates the distribution of loss and solution sources: aggregate, random or regular.
ChisqTest_Distribution(Data)
Data |
It is a data frame object containing data from total number per repetition of loss source and solution source. |
Return distribution of loss and solution sources: aggregate, random, or regular. This information is important to check whether the problem or solution occurs randomly or not. This has an impact on the decision making associated with increasing or reducing of the problem.
Germano Leao Demolin-Leite (Instituto de Ciencias Agrarias da UFMG)
Alcinei Mistico Azevedo (Instituto de Ciencias Agrarias da UFMG)
EffectivenessOfSolution
, LossSource
, ReductionDamage
data("DataLossSource")
ChisqTest_Distribution(DataLossSource)
data("DataSolutionSource")
ChisqTest_Distribution(DataSolutionSource)