Build a formula for table1::table1()
Value
a formula()
object
Examples
stratified_formula(c("Sepal.Length" ,"Sepal.Width"), "Species")
#> ~Sepal.Length + Sepal.Width | Species
#> <environment: 0x556ebddac490>
Build a formula for table1::table1()
a formula()
object
stratified_formula(c("Sepal.Length" ,"Sepal.Width"), "Species")
#> ~Sepal.Length + Sepal.Width | Species
#> <environment: 0x556ebddac490>