japan_neutro | R Documentation |
A dataset containing interval-valued measurements from Japan, suitable for neutrosophic statistical analysis. The data includes both auxiliary and study variables with their minimum and maximum bounds.
data(japan_neutro)
A data frame with 31 observations and 4 variables:
Numeric vector representing the lower bounds of the auxiliary variable
Numeric vector representing the upper bounds of the auxiliary variable
Non-numeric vector representing country names
Non-numeric vector representing sex of particapant i.e. male or female
Numeric vector representing the lower bounds of the study variable
Numeric vector representing the upper bounds of the study variable
Numeric vector representing year on which the data is collected
# Load the dataset
data(japan_neutro)
# View the first few rows
head(japan_neutro)
# Calculate basic metrics
metrics <- compute_all_metrics(japan_neutro)
print(metrics$mean_interval_X) # Mean of auxiliary variable
print(metrics$mean_interval_Y) # Mean of study variable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.