f.scan: Load file in proast data format

Description Usage Arguments Value

Description

Load file in proast data format

Usage

1
f.scan(filename = NULL, separator = "")

Arguments

filename

character string, path to the file with data to be loaded line 1 with title of the data; line 2 number of variables; line 3 response type for each variable; line 4 variable names and from line 5 onwards the data

separator

character, defines the separator used in the data to be loaded

Value

List with info, title of the data; nvar, number of variables; varnames, names of the variables; data, loaded data; dtype, number indicating the type of response


alfcrisci/bmdModeling documentation built on May 28, 2019, 12:32 a.m.