arctan.results: Summary results of the parametric NLME, when the true data...

Description Usage Arguments Value

View source: R/simu_results_summary_paraNLME.R

Description

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.

Usage

 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_"
)

Arguments

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.

Value

A list of the summarized simulation results including


unkyunglee/HDChangePoint documentation built on Nov. 27, 2021, 2:57 p.m.