Learn R Programming

prettyR (version 2.2-3)

describe.logical: 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.

Value

nil

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.

See Also

table