Learn R Programming

quollr (version 0.3.7)

scurve_umap_rmse: Summary with different number of bins for `scurve_umap`

Description

The `scurve_umap_rmse` dataset contains error, RMSE, b2, b, m, a1, a2, and mean density (d_bar) for different number of bins in x-axis (b1).

Usage

data(scurve_umap_rmse)

Arguments

Format

## `scurve_umap_rmse` A data frame with 70 rows and 10 columns:

Error

Numeric, model error.

RMSE

Numeric, Root Mean Square Error.

b1

Numeric, number of bins along x-axis.

b2

Numeric, number of bins along y-axis.

b

Numeric, number of total bins.

m

Numeric, number of non-empty bins.

a1

Numeric, hexagon bin width.

a2

Numeric, hexagon bin height.

d_bar

Numeric, mean desnity.

method

Character, NLDR method.

Examples

Run this code
# Load the scurve_umap_rmse dataset
data(scurve_umap_rmse)

# Display the first few rows of the dataset
head(scurve_umap_rmse)

Run the code above in your browser using DataLab