Simulate Longitudinal Data from a Stein-Fojo Model
SimLongitudinalSteinFojo-class.Rd
Simulate Longitudinal Data from a Stein-Fojo Model
Arguments
- times
(
numeric
)
the times to generate observations at.- sigma
(
number
)
the variance of the longitudinal values.- mu_s
(
numeric
)
the mean shrinkage rates for the two treatment arms.- mu_g
(
numeric
)
the mean growth rates for the two treatment arms.- mu_b
(
numeric
)
the mean baseline values for the two treatment arms.- omega_b
(
number
)
the baseline value standard deviation.- omega_s
(
number
)
the shrinkage rate standard deviation.- omega_g
(
number
)
the growth rate standard deviation.- link_dsld
(
number
)
the link coefficient for the derivative contribution.- link_ttg
(
number
)
the link coefficient for the time-to-growth contribution.- link_identity
(
number
)
the link coefficient for the SLD Identity contribution.- link_growth
(
number
)
the link coefficient for the growth parameter contribution.
Slots
sigma
(
numeric
)
See arguments.mu_s
(
numeric
)
See arguments.mu_g
(
numeric
)
See arguments.mu_b
(
numeric
)
See arguments.omega_b
(
numeric
)
See arguments.omega_s
(
numeric
)
See arguments.omega_g
(
numeric
)
See arguments.link_dsld
(
numeric
)
See arguments.link_ttg
(
numeric
)
See arguments.link_identity
(
numeric
)
See arguments.link_growth
(
numeric
)
See arguments.
See also
Other SimLongitudinal:
SimLongitudinal-class
,
SimLongitudinalClaretBruno-class
,
SimLongitudinalGSF-class
,
SimLongitudinalRandomSlope-class