You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: