WebbThere are three functions that facilitate this: viewBasis, viewSplines, and genSpline. The first two functions are more exploratory in nature, and just provide plots of the B-spline basis functions and the splines, respectively. The third function actually generates data and adds to an existing data.table. WebbTherefore, we suggest using other packages such as simr which allows for linear and generalized mixed models. Custom code can also be written and for such specialized simulations we highly recommend the simstudy R package. For sequential analyses and adaptive designs the rpact package will also be very helpful. simstudy: Simulation of …
Simulating survival outcomes: setting the parameters for the …
Webb2 nov. 2024 · Functions introduced or changed since R v3.0.0 are re-implemented in this package. The backports are conditionally exported in order to let R resolve the function name to either the implemented backport, or the respective base version, if available. Package developers can make use of new functions or arguments by selectively … WebbTreatment and Exposure • simstudy Treatment and Exposure Source: vignettes/treat_and_exposure.Rmd Treatment assignment can be accomplished through the original data generation process, using defData and genData . However, the functions trtAssign and trtObserve provide more options to generate treatment assignment. … chwaraewr tim
r - simstudy: genData producing identical values - Stack Overflow
WebbThe package provides several approaches for microsimulation and event-based, discrete event simulation. The package includes an R implementation of discrete event … WebbCorrelation Matrices. The functions genCorGen and addCorGen generate correlated data from a number of distributions (see the more general vignette discussing correlated … Webb2 apr. 2024 · I am trying to implement a conditional categorical distribution using the simstudy package in R. Yet, when I try to add the conditional variable I get the following error: Error: Categorical distribution requires 2 or more probabilities Adding a categorical variable before creating the data works. A minimum working example is given here: chwarae teg log in moodle