cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
  • JMP 19 is here! Learn more about the new features.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
M_Kraus
Level I

How is Std Error for Beta Binomial Distribution Analysis calculated? - differences between R and JMP

Hi All!

 

We are calculating beta binomial distribution parameters in R and wanted to compare the results and the std error.

Typically, the values for location and dispersion are up to 1% higher in JMP and there is also some discrepancy in the std error.

 

We would like to match here our R-code. 

May anybody provide a hint how the standard error for mu and rho are calculated? Fisher Matrix?

 

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions

Re: How is Std Error for Beta Binomial Distribution Analysis calculated? - differences between R and JMP

JMP uses the inverse of the information matrix to estimate the covariance matrix (and standard errors). https://en.wikipedia.org/wiki/Fisher_information

View solution in original post

5 REPLIES 5

Re: How is Std Error for Beta Binomial Distribution Analysis calculated? - differences between R and JMP

Have you seen the JMP Help about this topic? Is it possible that the R function or model uses a different parameterization?

M_Kraus
Level I

Re: How is Std Error for Beta Binomial Distribution Analysis calculated? - differences between R and JMP

I found this in your documentation:

Var(x) = np(1-p)[1+(n-1)δ]

Is this the Std Error shown in the table?

 

M_Kraus_0-1621346497115.png

 

Re: How is Std Error for Beta Binomial Distribution Analysis calculated? - differences between R and JMP

No, that quantity is the variance of the random variable when assuming a beta binomial distribution.

Re: How is Std Error for Beta Binomial Distribution Analysis calculated? - differences between R and JMP

JMP uses the inverse of the information matrix to estimate the covariance matrix (and standard errors). https://en.wikipedia.org/wiki/Fisher_information

M_Kraus
Level I

Re: How is Std Error for Beta Binomial Distribution Analysis calculated? - differences between R and JMP

Thank you very much. This is what I thought.

Recommended Articles