From the vignette:
flexsurv does not currently support shared frailty, clustered or random effects models.
Is there any workaround for this? I am working with a highly heterogeneous system, so my experiments have several technical replicates. I was using cluster() in the formula argument of my flexsurvreg model thinking it would do the job, but replicate is being treated as a main effect (significant...)
I want to account for the variation across replicates in my model, but I don't want to treat it as a main effect. Is there anything I can do?
From the vignette:
Is there any workaround for this? I am working with a highly heterogeneous system, so my experiments have several technical replicates. I was using
cluster()in theformulaargument of myflexsurvregmodel thinking it would do the job, but replicate is being treated as a main effect (significant...)I want to account for the variation across replicates in my model, but I don't want to treat it as a main effect. Is there anything I can do?