# NOT RUN {
# Examples to change (a) .psf file(s) interactively and non-interactively
library("ie2misc")
psfFileChange() # default where interactive = TRUE
# Follow the file dialog instructions
# These are the rows that have been added or changed as a result of this function:
# SkewSE 0.361804179633127
# GenSkew 0.0104293904
# SkewOpt Weighted
psfFileChange(interactive = FALSE)
# Follow the file dialog instructions
# These are the rows that have been added or changed as a result of this function:
# SkewSE 0.361804179633127
# GenSkew 0.0104293904
# SkewOpt Weighted
psfFileChangeBATCH() # Follow the file dialog instructions
# These are the rows that have been added or changed as a result of this function:
# SkewSE 0.361804179633127
# GenSkew 0.0104293904
# SkewOpt Weighted
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab