Displaying 1 result from an estimated 1 matches for "promptimport".
2015 Mar 02
1
clarification on import/depends for a method
...t it right. The import(nlme) + nlme::ranef(fit) solution is not appealing. I don't
mind putting :: in my source code, but users of the package should not be forced into this.
Is the correct current solution (using ranef as an example)
importFrom(nlme, ranef)
export(ranef)
then use promptImport() to create a manual page?
If users always had only one of coxme, lmer, or nlme loaded in any given session then
there are multiple solutions, but occassionally one wants both linear and Cox mixed effects.
Terry T.