fix.test: Test Data for Function ltdl.fix.df

Description Usage Format See Also

Description

A set of test data to demonstrate how negative values are changed to half their positive value. Optionally numeric coded values representing missing data and/or zero values may be replaced by NAs.

The .csv file was read without deleting ID, the row (observation) identifier in the first column, from the header record. Therefore the character row ID is saved as a factor variable. If ID had been deleted from the header record the row ID would have been stored as dimnames(fix.test)[[1]].

Usage

1

Format

A data frame containing 15 rows and 5 columns (3 factors, one is ID, and 2 numeric).

See Also

fix.test.asis


rgr documentation built on May 2, 2019, 6:09 a.m.

Related to fix.test in rgr...