Learn R Programming

prettyR (version 1.0-4)

describe.logical: Description of logical variables

Description

Describes a logical variable.

Usage

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

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.

Value

  • nil

Details

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

See Also

table