make a qzmle
repository that contains the skeleton of a qzmle
R package that will eventually be a cleaner version (replacement? refactoring tool?) for bbmle
devtools
, usethis
mkfun
from sandbox/tmp.R
: think about a good name for itstyler
package?)extend mkfun
to deal with more parameters
Which parts of a formula are parameters? Which parts are data?
we have p PDF parameters (e.g. for Poisson, p=1 {lambda}) and for each parameter we have p_i model parameters (e.g. b0+b1*latitude^2, p_1=2)
we have N observations, so dL/dlambda = vector of length N d lambda/d(b0) = vector of length N d lambda/d(b1) = vector of length N
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.