japan_neutro {neutroSurvey} | R Documentation |
Japan Neutrosophic Interval Dataset
Description
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.
Usage
data(japan_neutro)
Format
A data frame with 31 observations and 4 variables:
- Auxili_min
Numeric vector representing the lower bounds of the auxiliary variable
- Auxili_max
Numeric vector representing the upper bounds of the auxiliary variable
- Country
Non-numeric vector representing country names
- Sex
Non-numeric vector representing sex of particapant i.e. male or female
- Study_min
Numeric vector representing the lower bounds of the study variable
- Study_max
Numeric vector representing the upper bounds of the study variable
- Year
Numeric vector representing year on which the data is collected
Examples
# 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
[Package neutroSurvey version 0.1.0 Index]