preprocess.octopus: Octopus data cleaner

Description Usage Arguments Value Author(s) Examples

Description

Transforms text strings into coordinate values by isopters, one subject at a time. NOTE: For this function to run, a demographics file must exist (columns: Study ID No, Eye, Sex, Age, Quality of test). Only subjects with values on at least Study ID No and Eye can be processed.

Usage

1
preprocess.octopus(octopus.file, octopus.demogr = Octopus.demogr)

Arguments

octopus.file

name of the matrix containing individual raw data text string

octopus.demogr

name of the demographics matrix

Value

Matrix of coordinates and isopter values

Author(s)

Dipesh E Patel & Mario Cortina-Borja

Examples

1
2
3
4
## For example, import raw data with:
# M0001Oraw<- paste(scan("C:\\Data\\Octopus_raw\\M0001.txt", sep=';', what=''), collapse=';')

preprocess.octopus(M0001Oraw)

kineticF documentation built on May 2, 2019, 2:45 p.m.