kyphosis
data frame has 81 rows and 4 columns.
representing data on children who have had corrective spinal surgery
kyphosis
Kyphosis
absent
present
indicating if a kyphosis (a type of deformation)
was present after the operation.
Age
Number
Start
library("rpart")
fit <- rpart::rpart(Kyphosis ~ Age + Number + Start, data = kyphosis)
Run the code above in your browser using DataLab