Displays a Count of Negative and Coded Values and NAs for a Data Frame
Function renamed 'ltdl.summary' from 'gx.ngr.ltdl' in version 1.1.14.
Displays a table of the counts of negative values, indicating less than the detection limit, and NAs to support the preparation of a NGR Report Table of summary statistics. The table for numerial columns in the data frame displays the variable name, the number of NAs and the number of negative values, and the number of times the value in coded occurs.
ltdl.summary(xmat, vars, coded = -9999)
xmat |
name of the matrix or data frame. |
vars |
the indices, or names, of the columns of the matrix or data frame for the variables for which counts are to be displayed. By default, i.e. |
coded |
a coded value, default |
## Make test data available data(fix.test) ## Generate table of counts ltdl.summary(fix.test)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.