ruminate.numeric: Writer for numeric.

Description Usage Arguments Details Value Author(s) Examples

View source: R/ruminate.R

Description

Prints out info about numeric variable printing out mean and standard deviation in english, feasable for be inserted in a paper

Usage

1
ruminate(x,names=c("M","SD"))

Arguments

x

an object of class numeric

names

a character vector with the letters to be put before the mean and the sd.

Details

Returns the mean and stardard deviation of a numeric variable

Value

a string

Author(s)

Marcello Gallucci

Examples

1
2
3
a<-rnorm(100,0,1)
ruminate(a)
ruminate(a,names=c("mean","s.d."))

mcfanda/StatWriter documentation built on May 22, 2019, 3:01 p.m.