describe.logical {prettyR} | R Documentation |
Describes a logical variable.
describe.logical(x,varname="")
x |
A logical. |
varname |
An optional name for the variable. ‘describe’ always passes the name of the variable. |
‘describe.logical’ displays the name of the logical, a table of counts of its two values (TRUE, FALSE) and the percentage of TRUE values.
nil
Jim Lemon