Description Usage Arguments Value
View source: R/simu_results_summary_paraNLME.R
Summary results of the parametric NLME, when the true data are generated by the arctangent model and the parametric NLME assumes the correct arctangent model.
1 2 3 4 5 6 7 8 9 10 11 12 | arctan.results(
nsim = 100,
n = 80,
res = results,
time.length = 20,
true.gam1 = (2.45/pi),
true.gam3 = (pi/1.1),
true.gam4 = 0.8,
beta = 0.1,
beta0 = 2,
file = "nlme_arctan_"
)
|
nsim |
number of simulation runs. |
n |
number of sample size. |
res |
a nsim-length of list for simulation results. |
time.length |
number of data points at which predictors are required for each individual longitudinal trajectory. This time point for graphs to be plotted. |
true.gam1 |
a true scale parameter for the arctangent model. |
true.gam3 |
a true parameter, which determines the steepness of the arctangent model. |
true.gam4 |
a true parameter, which determines the minimum and maximum of the arctangent model. |
beta |
a (p-1)-length of true coefficient vector corresponding to subject specific covariates. |
beta0 |
true intercept of the log-normal model for the inflection point. |
file |
a character string of file name for a creating plot in .eps file extention. |
A list of the summarized simulation results including
res.tablea data frame of the absolute biases, estimated standard deviations, average of the estimated standard errors and 95% coverage probabilities for the fixed effects (beta0
, beta
).
Rel.glob.logT.esta data frame of the relative average performance of inflection points for all subjects including the relative absolute biases, the relative empirical standard errors, the relative bootstrap standard deviations and 95% boostrap confidence intervals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.