Learn R Programming

missalpha (version 0.2.0)

sample: Sample Dataset with Missing Values

Description

This dataset contains a matrix of scores with 50 rows and 4 columns, representing 50 individuals and 4 test items. Some entries are NA, indicating missing data.

Usage

sample

Arguments

Format

A 50 x 4 matrix:

Rows

Each row represents an individual (total 50 individuals).

Columns

Each column represents a test item or score (total 4 items).

Missing values

Some entries are NA, representing missing data.

Examples

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

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

Run the code above in your browser using DataLab