Learn R Programming

ANOVA.TFNs (version 1.0)

n: The sample size of factor levels

Description

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

Usage

n(Data)

Arguments

Data

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

See Also

FuzzyNumbers

Examples

Run this code
# NOT RUN {
data(Data)
n(Data)    
# }
# NOT RUN {
 # Number of TFNs in three populations 
# }
# NOT RUN {
n(Data)[2] 
# }
# NOT RUN {
 # Number of TFNs in the second population 
# }

Run the code above in your browser using DataLab