describe.logical: Description of logical variables

Description Usage Arguments Details Value Author(s) See Also

Description

Describes a logical variable.

Usage

1
 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


prettyR documentation built on May 2, 2019, 2:16 a.m.