Missingval: Estimate and fill missing values

View source: R/prepare_data.R

MissingvalR Documentation

Estimate and fill missing values

Description

Estimates missing values by averaging values from nearest adjacent vertebrae.

Usage

Missingval(data)

Arguments

data

data with missing elements

Details

In the case of a first or last vertebra, the nearest value is taken. Will only fill up to two missing data points.

Value

data Data with missing values filled


katrinajones/regions documentation built on March 23, 2022, 12:12 a.m.