lik_logF | R Documentation |
Creates a likelihood object for ash for use with logF error distribution
lik_logF(df1, df2)
df1 |
first degree of freedom parameter of F distribution |
df2 |
second degree of freedom parameter of F distribution |
e = rnorm(100) + log(rf(100,df1=10,df2=10)) # simulate some data with log(F) error
ash(e,1,lik=lik_logF(df1=10,df2=10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.