where to find bodyfat dataset in R? -


i'm trying tutorial r , data mining: examples , case studies yanchang zhao, april 26, 2013. tried access bodyfat dataset mboost package i'm getting following error:

data("bodyfat", package = "mboost")

warning message: in data("bodyfat", package = "mboost") : data set ‘bodyfat’ not found

the tutorial https://cran.r-project.org/web/packages/mboost/vignettes/mboost_tutorial.pdf suggests here:

data("bodyfat", package = "th.data")


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -