replace_na_padding: Replace the NAs introduced by padding the data

View source: R/probability-helpers.R

replace_na_paddingR Documentation

Replace the NAs introduced by padding the data

Description

Replaces the NA values introduced when padding the data. We need to replace the NAs since no na.remove option exists for the Rfast package. See prepare_data for details

Usage

replace_na_padding(x)

Arguments

x

A matrix or vector of chosen probabilities

Value

A matrix or vector where NAs are replaced by 1


edsandorf/cmdlR documentation built on Jan. 17, 2024, 12:33 a.m.