Last data update: 2014.03.03

R: Description of logical variables
describe.logicalR Documentation

Description of logical variables

Description

Describes a logical variable.

Usage

 describe.logical(x,varname="")

Arguments

x

A logical.

varname

An optional name for the variable. describe always passes the name of the variable.

Details

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

Value

nil

Author(s)

Jim Lemon

See Also

table

Results