n: The sample size of factor levels

Description Usage Arguments See Also Examples

View source: R/n.R

Description

This function calculate the sample size for each factor level based on fuzzy data.

Usage

1

Arguments

Data

a matrix with dim=c(n, 4) and FANOVA.Data format.

See Also

FuzzyNumbers

Examples

1
2
3
data(Data)
n(Data)     # Number of TFNs in three populations 
n(Data)[2]  # Number of TFNs in the second population 

ANOVA.TFNs documentation built on May 1, 2019, 9:14 p.m.