Skip to content
Prev 9542 / 20628 Next

Coefplot2 availability? or How to interpret?

Sheryn Olson <sheryn.olson at ...> writes:
The error message is giving you a hint that you should try installing
from the source package:

install.packages("coefplot2",repos="http://www.math.mcmaster.ca/bolker/R",
    type="source")

  That should work even if you don't have the tools installed for compiling
packages from source, because the coefplot2 package doesn't require any
binary compilation (all R has to do is unpack an archive file and put the
bits in the right places, which it shouldn't need any external tools to do).

   Your MCMC results might be more conservative/robust than the default
confidence intervals.

  I haven't otherwise looked at your model/results etc. posted below to see
if they're sensible ...