Search found 5 matches

by d23yuipp0
Thu Dec 01, 2022 6:46 pm
Forum: R2MLwiN user forum
Topic: Why intercept differs from sample mean
Replies: 2
Views: 57121

Re: Why intercept differs from sample mean

Many thanks, Chris!
by d23yuipp0
Mon Nov 21, 2022 7:39 pm
Forum: R2MLwiN user forum
Topic: Why intercept differs from sample mean
Replies: 2
Views: 57121

Why intercept differs from sample mean

I estimated an unconditional cross-classified model with 3 levels. The intercept is quite a bit off from the sample mean. Any ideas for why that is? Thanks in advance.
by d23yuipp0
Wed Jan 05, 2022 5:17 pm
Forum: R2MLwiN user forum
Topic: multivariate ESS w/ multiESS
Replies: 1
Views: 51650

multivariate ESS w/ multiESS

I estimated a cross-classified model with 4 chains. I want to get a fit statistic called the Multivariate Effective Sample Size using the multiESS command in R.

I tried the following code after running the model and got this error message:
> multiESS(Model1@chains)
Error in multiESS(Model1@chains ...
by d23yuipp0
Wed Jan 05, 2022 3:23 pm
Forum: R2MLwiN user forum
Topic: gelman-rubin
Replies: 3
Views: 53441

Re: gelman-rubin

Thanks, Chris. This was super helpful.
by d23yuipp0
Thu Dec 16, 2021 4:34 pm
Forum: R2MLwiN user forum
Topic: gelman-rubin
Replies: 3
Views: 53441

gelman-rubin

I want to obtain gelman-rubin statistics after running models with multiple chains. I believe this can be done with the gelman.diag() function in R.

The syntax is:

gelman.diag(x, confidence = 0.95, transform=FALSE, autoburnin=TRUE, multivariate=TRUE)

where x is a mcmc.list object with more ...