Re: [R] trainControl and train functions are not found in caret package

2016-05-08 Thread Muhammad Bilal
: Jeff Newmiller; r-help@r-project.org Subject: Re: [R] trainControl and train functions are not found in caret package Hello, Works with me, but I'm using R v 3.3.0. Note that your version of R is over 1 year old, try updating it. install.packages("caret") install.packages("e1071

Re: [R] trainControl and train functions are not found in caret package

2016-05-08 Thread ruipbarradas
uire() function but > no success. > > Many Thanks and > > Kind Regards > > -- > Muhammad Bilal > Research Fellow and Doctoral Researcher, > Bristol Enterprise, Research, and Innovation Centre (BERIC), > University of the West of England (UWE), > Frenchay Campus, > Bristol,

Re: [R] trainControl and train functions are not found in caret package

2016-05-08 Thread Muhammad Bilal
:52 To: Muhammad Bilal; r-help@r-project.org Subject: Re: [R] trainControl and train functions are not found in caret package Reproducible example? At least whatever you did... and the output of sessionInfo(). Did you use library function to load it into memory? -- Sent from my phone. Please excu

Re: [R] trainControl and train functions are not found in caret package

2016-05-07 Thread Jeff Newmiller
Reproducible example? At least whatever you did... and the output of sessionInfo(). Did you use library function to load it into memory? -- Sent from my phone. Please excuse my brevity. On May 7, 2016 5:40:26 PM PDT, Muhammad Bilal wrote: >Hi All, > > >Whilst using 'trainControl' and 'train

[R] trainControl and train functions are not found in caret package

2016-05-07 Thread Muhammad Bilal
Hi All, Whilst using 'trainControl' and 'train' functions in R studio, an error is raised stating that the functions are not found. I tried installing the caret function a few times, but the error persists. Can anyone guide me how to access these functions. Many Thanks and Kind Regards