create_ligne_desc: Descriptive analysis

View source: R/results-desc.R

create_ligne_descR Documentation

Descriptive analysis

Description

Descriptive analysis

Usage

create_ligne_desc(x, ...)

## S3 method for class 'numeric'
create_ligne_desc(x, noms, ...)

## S3 method for class 'factor'
create_ligne_desc(x, noms, show_prop = TRUE)

create_ligne_desc_export(x, ...)

## S3 method for class 'factor'
create_ligne_desc_export(x, noms, show_prop = TRUE)

## S3 method for class 'numeric'
create_ligne_desc_export(x, noms, ...)

Arguments

x

A vector to describe

noms

variable names

Value

If x is a numeric vector: mean(sd), median(Q25-75), min, max, n. If x is a factor: n (


KZARCA/simplestats documentation built on Feb. 19, 2024, 1:11 a.m.