ChisqTest_Distribution {IIProductionUnknown} | R Documentation |
Loss and solution sources distribution informations
Description
Indicates the distribution of loss and solution sources: aggregate, random or regular.
Usage
ChisqTest_Distribution(Data)
Arguments
Data |
It is a data frame object containing data from total number per repetition of loss source and solution source. |
Value
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.
Author(s)
Germano Leao Demolin-Leite (Instituto de Ciencias Agrarias da UFMG)
Alcinei Mistico Azevedo (Instituto de Ciencias Agrarias da UFMG)
See Also
EffectivenessOfSolution
, LossSource
, ReductionDamage
Examples
data("DataLossSource")
ChisqTest_Distribution(DataLossSource)
data("DataSolutionSource")
ChisqTest_Distribution(DataSolutionSource)
[Package IIProductionUnknown version 0.0.3 Index]