Skip to content
Prev 39529 / 63424 Next

import question

Ben Bolker <bbolker <at> gmail.com> writes:
Answered my own question, finally.

  Apparently an explicit

export(ranef)

is required, even though there is also an

exportPattern("^[^\\.]")

in the NAMESPACE file, which I would have thought would
export 'ranef' along with everything else ... ?