Hello,
I have a code used by a previous user where there was an option whether to branch or not:
However, when I want to re-use this code I'm getting an error that this option does not exist anymore:
Warning message: In DPT(dm, branching = F) : extra argument ‘branching’ will be disregarded
Help?
Perhaps you could access the help page for your current package version using ?DPT. If the argument is not there, then perhaps you could ask your colleague about the package version that was used.
Hello, I have a code used by a previous user where there was an option whether to branch or not: However, when I want to re-use this code I'm getting an error that this option does not exist anymore:
Warning message: In DPT(dm, branching = F) : extra argument ‘branching’ will be disregarded
Help?