Collect information about models to sample from.
GPFprojectInfo.Rd
Possibilities:
keep a subset of the parameters based on names
rename their suffixes
Rename covariate suffixes
GPFprojectInfo(
projectPath,
indPars_select = NULL,
popPars_select = NULL,
cov_select = NULL
)
Arguments
- projectPath
the project folder to sample from
- indPars_select, popPars_select, cov_select
Potentially named character. Used to select and rename parameters of the model
It works pretty similar to dplyr::select.
The syntax is: c(newName = "oldName", "keepNameAsIs")
Supplying NULL
* indPars_select and cov_select: Keep all sampled individual parameters and covariates as they are
* popPars_select: Don't copy any popPars
Value
list(projectPath,indPars_select,popPars_select,cov_select)