Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plantTrialLmmFitFixed and plantTrialLmmFitCompSel : pdredge deprecated, use dredge with cluster argument #49

Open
Th3R0w opened this issue Mar 21, 2024 · 0 comments

Comments

@Th3R0w
Copy link

Th3R0w commented Mar 21, 2024

package fonction MuMIn::predge is deprecated . Use dredge.

As of version 1.45.0, using pdredge directly is deprecated. Use dredge instead and provide cluster argument.

MuMIn (version 1.47.5)

dredge(global.model, beta = c("none", "sd", "partial.sd"), evaluate = TRUE,
rank = "AICc", fixed = NULL, m.lim = NULL, m.min, m.max, subset,
trace = FALSE, varying, extra, ct.args = NULL, deps = attr(allTerms0, "deps"),
cluster = NULL,
...)

cluster
if a valid "cluster" object is provided it is used for parallel execution of the fitting function. If NULL or omitted single threaded execution is performed.

With parallel calculation, an extra argument check is accepted.

See pdredge for details and examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant