Eksperiment
This commit is contained in:
parent
5e379b71cf
commit
244add2bb4
@ -20,3 +20,7 @@ grottaBar(x,groupName="Group",
|
|||||||
dta |> select(-c("mrs_0","mrs_1")) |> generic_stroke(group = "rtreat", score = "mrs_6", variables = c("hypertension","diabetes","civil"))
|
dta |> select(-c("mrs_0","mrs_1")) |> generic_stroke(group = "rtreat", score = "mrs_6", variables = c("hypertension","diabetes","civil"))
|
||||||
|
|
||||||
library(stRoke)
|
library(stRoke)
|
||||||
|
cc<-dta[complete.cases(dta),]
|
||||||
|
talos <- cc[sample(1:nrow(cc),200),] |> select(-mrs_0)
|
||||||
|
|
||||||
|
save(talos,file="talos.rda")
|
||||||
|
Loading…
Reference in New Issue
Block a user