fmod <- brmsformula (log10 (Kmax) ~ csstmean + clog2MaxSizeTL + cFormFactor + clog2pelnpp +
Diet + Movimentation + Method)
#mod <- brm (fmod, data = db, family = gaussian (),
# autocor = cor_fixed (corBrown),
# prior = c (prior (normal (0, 3), class = 'b'),
# prior (normal (0, 3), class = 'Intercept')),
# chains = 8, iter = 5000, thin = 2,
# control = list(adapt_delta = 0.85),
# refresh = 50)## Warning: The model has not converged (some Rhats are > 1.1). Do not analyse the results!
## We recommend running more iterations and/or setting stronger priors.## Family: gaussian
## Links: mu = identity; sigma = identity
## Formula: log10(Kmax) ~ csstmean + clog2MaxSizeTL + cFormFactor + clog2pelnpp + Diet + Movimentation + Method
## Data: db (Number of observations: 1922)
## Samples: 8 chains, each with iter = 5000; warmup = 2500; thin = 2;
## total post-warmup samples = 10000
## ICs: LOO = NA; WAIC = NA; R2 = NA
##
## Population-Level Effects:
## Estimate Est.Error l-95% CI u-95% CI Eff.Sample Rhat
## Intercept -0.85 0.59 -1.80 0.04 4 23.24
## csstmean 0.00 0.00 0.00 0.00 9555 1.00
## clog2MaxSizeTL -0.38 0.01 -0.41 -0.36 8 1.70
## cFormFactor -0.54 0.48 -1.62 0.10 4 46.91
## clog2pelnpp 0.01 0.00 0.01 0.01 9961 1.00
## DietHerDet -0.03 0.10 -0.29 0.13 8 2.30
## DietHerMac 0.18 0.25 -0.61 0.63 7 2.73
## DietInvMob -0.06 0.05 -0.19 0.03 6 2.51
## DietInvSes 0.07 0.11 -0.16 0.32 5 3.28
## DietOmnivr 0.04 0.10 -0.20 0.20 7 2.36
## DietPlktiv 0.07 0.11 -0.20 0.24 6 2.80
## MovimentationBnthDw 0.08 0.07 -0.04 0.25 5 3.38
## MovimentationBtPlAs -0.03 0.19 -0.21 0.48 4 5.09
## MovimentationBtPlDw 0.14 0.11 -0.01 0.43 5 4.19
## MovimentationPelgAs 0.15 0.17 -0.07 0.60 5 4.12
## MovimentationPelgDw 0.03 0.24 -0.36 0.67 5 4.62
## MethodMarkRc -0.10 0.00 -0.10 -0.10 10000 1.00
## MethodOthRin -0.20 0.00 -0.20 -0.20 10000 1.00
## MethodOtolth -0.15 0.00 -0.15 -0.15 10000 1.00
## MethodScalRi -0.14 0.00 -0.14 -0.14 10000 1.00
## MethodUnknow -0.12 0.00 -0.12 -0.12 9800 1.00
##
## Samples were drawn using sampling(NUTS). For each parameter, Eff.Sample
## is a crude measure of effective sample size, and Rhat is the potential
## scale reduction factor on split chains (at convergence, Rhat = 1).--
You received this message because you are subscribed to the Google Groups "brms-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brms-users+unsubscribe@googlegroups.com.
To post to this group, send email to brms-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brms-users/586f7304-b2d8-4019-82f7-54800ce7d06f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Renato Morais