descriptive_stats_col_excl_nrcode: Function to return descriptive statistics, sum, no of...

View source: R/IPDFilecheck.R

descriptive_stats_col_excl_nrcodeR Documentation

Function to return descriptive statistics, sum, no of observations, mean, mode. median, range, standard deviation and standard error

Description

Function to return descriptive statistics, sum, no of observations, mean, mode. median, range, standard deviation and standard error

Usage

descriptive_stats_col_excl_nrcode(data, column_name, nrcode = NA)

Arguments

data

data frame

column_name

the column name

nrcode

non response code corresponding to the column

Value

the descriptive statistics for success , error for failure

Examples

descriptive_stats_col_excl_nrcode(data.frame("age" = c(21, 15),
"Name" = c("John", "Dora")), "age", NA)

sheejamk/ipdfilecheck documentation built on March 10, 2024, 11:23 p.m.