describe.logical {prettyR}R 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


[Package prettyR version 2.2-3 Index]