powered by
Set and get working directory for the package. This working directory is used to store some objects needed during the estimation process.
poissonMTsetwd(path) poissonMTgetwd()
poissonMTgetwd()
A valid path name for your OS where you have write/read permission.
poissonMTsetwd does not return any object, poissonMTsetwd return a path or NULL.
poissonMTsetwd
NULL
poissonMTsetwd is just a wrapper for options("poissonMT:wd" = path) while poissonMTsetwd is just a wrapper for getOption("poissonMT:wd", NULL).
options("poissonMT:wd" = path)
getOption("poissonMT:wd", NULL)
glmrobMT, glmrob and cubinf
glmrobMT
glmrob
cubinf
# NOT RUN { poissonMTsetwd(tempdir()) poissonMTgetwd() # }
Run the code above in your browser using DataLab