Description Usage Arguments Value Author(s) Examples
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.
1 | preprocess.octopus(octopus.file, octopus.demogr = Octopus.demogr)
|
octopus.file |
name of the matrix containing individual raw data text string |
octopus.demogr |
name of the demographics matrix |
Matrix of coordinates and isopter values
Dipesh E Patel & Mario Cortina-Borja
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.