mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
This commit is contained in:
parent
912fff7474
commit
efc3f8acc3
23 changed files with 1467 additions and 644 deletions
20
man/missing_fraction.Rd
Normal file
20
man/missing_fraction.Rd
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/helpers.R
|
||||
\name{missing_fraction}
|
||||
\alias{missing_fraction}
|
||||
\title{Get missingsness fraction}
|
||||
\usage{
|
||||
missing_fraction(data)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{data}
|
||||
}
|
||||
\value{
|
||||
numeric vector
|
||||
}
|
||||
\description{
|
||||
Get missingsness fraction
|
||||
}
|
||||
\examples{
|
||||
c(NA,1:10,rep(NA,3)) |> missing_fraction()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue