set_sim_par | R Documentation |
Set parameters for one model.
set_sim_par( mean_fun = NULL, err_dist = NULL, Dat = NULL, thetaM = NULL, thetaE = NULL, thetaC = NULL )
mean_fun |
Mean function of model. |
err_dist |
Error distribution of model. |
Dat |
Data frame containg x and y to estimate tail-adjusted beta "delta" parameter. |
thetaM |
Vector of parameters values for mean function. |
thetaE |
Vector of parameters values for error distribution. |
thetaC |
Vector of parameters values for constants. |
List containing parameters to simulated data set.
## Sim simulation parameters for gaussian-negbin model set_sim_par(mean_fun="gaussian", err_dist="negbin", thetaM=c(H=60,m=50,s=10), thetaE=c(phi=1.5)) ## Sim simulation parameters for binomial model set_sim_par(mean_fun="gaussian", err_dist="binomial.count", thetaM=c(H=60,m=50,s=10), thetaC=c(binomial_n=100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.