poissonMTwd: Set and get working directory for the package.

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Set and get working directory for the package. This working directory is used to store some objects needed during the estimation process.

Usage

1
2
3

Arguments

path

A valid path name for your OS where you have write/read permission.

Details

poissonMTsetwd is just a wrapper for options("poissonMT:wd" = path) while poissonMTsetwd is just a wrapper for getOption("poissonMT:wd", NULL).

Value

poissonMTsetwd does not return any object, poissonMTsetwd return a path or NULL.

Author(s)

Claudio Agostinelli, Marina Valdora and Victor J. Yohai

See Also

glmrobMT, glmrob and cubinf

Examples

1
2

poissonMT documentation built on May 2, 2019, 11:01 a.m.