describe.logical {prettyR}R Documentation

Description of logical variables

Description

Describes a logical variable.

Usage

 describe.logical(x,varname="",vname.space=10,show.pc=TRUE)

Arguments

x A logical.
varname An optional name for the variable. describe always passes the name of the variable.
vname.space The width of the variable name display.
show.pc Whether to show the percentage of TRUE values.

Details

describe.logical displays the name of the logical, a table of counts of its two values (TRUE, FALSE), optionally the percentage of TRUE values and the number of NAs.

Value

nil

Author(s)

Jim Lemon

See Also

table


[Package prettyR version 1.4 Index]