excludeNaListwise: Exclude rows with missing values (listwise deletion)

View source: R/common.R

excludeNaListwiseR Documentation

Exclude rows with missing values (listwise deletion)

Description

Exclude rows with missing values (listwise deletion)

Usage

excludeNaListwise(dataset, columns = NULL)

Arguments

dataset

dataframe containing the dataset.

columns

a character vector with column names, or NULL to remove all rows with missing values.

Value

a dataframe with rows that contain missing values removed


jasp-stats/jaspBase documentation built on April 5, 2025, 3:46 p.m.