make.directories {FAMoS} | R Documentation |
Create Results Directories
Description
Creates the directories, in which the results are going to be saved.
Usage
make.directories(homedir)
Arguments
homedir |
The directory in which the result folders will be created. |
Details
All files will be stored in the main folder "FAMoS-Results". It contains the following subdirectories:
- BestModel
Contains the information criteria and the corresponding parameter estimates of the best fitting model.
- Figures
Contains figures showing the performance of the FAMoS.
- Fits
Contains the fitted parameter values of each of the tested models.
- TestedModels
Contains the binary information of all of the tested models.
Value
Creates directories.
[Package FAMoS version 0.3.0 Index]