fanan {mtanan} | R Documentation |
This function to calculate the kruskal test(with neutrosophic data)
Description
This function to calculate the kruskal test(with neutrosophic data)
Usage
fanan(dt)
Arguments
dt |
ia a data frame |
Value
kruskal test
Examples
fac=c(rep("1",6),rep("2",6),rep("3",4))
t=c(0.4,0.42,0.04,0.46,0.08,0.33,0.13,0.003,0.0095,0.44,0.003,0.62,0.15,0.498,0.36,0.464)
i=c(0.06,0.071,0.5,0.14,0.03,0.30,0.45,0.074,0.17,0.28,0.48,0.072,0.62,0.148,0.831,0.761)
f=c(0.46,0.37,0.21,0.31,0.171,0.21,0.39,0.083,0.41,0.42,0.31,0.18,0.29,0.748,0.625,0.551)
dt=data.frame(t,i,f,fac)
fanan(dt)
[Package mtanan version 0.0.1 Index]