anzahlmissings: Anzahl der Missings pro Fall

Description Usage Arguments Value Examples

View source: R/row.has.na.R

Description

Anzahl der Missings pro Fall

Usage

1

Arguments

data

Datensatz

Value

Anzahl der Missings pro Fall

Examples

1
2
3
4
demoframe <- data.frame(sapply(1:10,function(x) rnorm(30,100,10)))
demoframe <- as.data.frame(lapply(demoframe, function(x) "is.na<-"(x, sample(seq(x), floor(length(x) * runif(1, 0, .2))))))
demoframe
anzahlmissings(demoframe) # Anzahl Missings pro Fall

lillion/emittr documentation built on May 10, 2020, 7:23 a.m.