describe.logical {prettyR} | R Documentation |
Describes a logical variable.
describe.logical(x,varname="",vname.space=10)
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. |
describe.logical
displays the name of the logical, and a table
of counts of its two values (TRUE, FALSE) and NAs.
nil
Jim Lemon