Learn R Programming

rgr (version 1.1.15)

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

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, and with as.is set to as.is = c(1). Therefore the character row ID is saved as a character variable, not 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

fix.test

Arguments

Format

A data frame containing 15 rows and 5 columns (1 character, 2 factors, and 2 numeric).

See Also

fix.test