powered by
This dataset contains the hydrodynamic characteristics of sailing yachts, including design parameters and performance metrics.
data(yacht_hydrodynamics)
A data frame with 308 rows and 1 column.
Residuary resistance per unit weight of displacement (performance metric).
The dataset contains hydrodynamic data for sailing yachts, with the goal of predicting the residuary resistance from various design parameters.
# Load the dataset data(yacht_hydrodynamics) # Print the first few rows of the dataset print(head(yacht_hydrodynamics))
Run the code above in your browser using DataLab