Usage
SS_splitdat(inpath = "working_directory", outpath = "working_directory",
inname = "data.ss_new", outpattern = "BootData", number = F,
verbose = T, fillblank = T, MLE = T, notes = "")
Arguments
inpath
Directory containing the input file. By default the working directory given by getwd() is used. Default="working_directory".
outpath
Directory into which the output file will be written. Default="working_directory".
inname
File name of input data file to be split. Default="Data.SS_New".
outpattern
File name of output data file. Default="BootData".
number
Append bootstrap number to the file name chosen in outpattern
? Default=F.
verbose
Provide richer command line info of function progress? Default=T.
fillblank
Replace blank lines with "#". Helps with running on linux. Default=T.
MLE
Grab the maximum likelihood values from the second block in Data.SS_New? Default=T.
notes
Notes to the top of the new file (comment indicator "#C" will be added). Default="".