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

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -