Re: [R] Help Required for R Markdown function.

2021-03-01 Thread Jeff Newmiller
y advice. It may be something trivial such as >kit not knowing where to place a library so it puts it into a temp >area? > >Avi > >-Original Message- >From: R-help On Behalf Of John Kane >Sent: Saturday, February 27, 2021 3:07 PM >To: Kishor raut >Cc: R. Help Mai

Re: [R] Help Required for R Markdown function.

2021-03-01 Thread Avi Gross via R-help
made a new empty markdown but as it asks for nothing, it has no problems 😉 From: CALUM POLWART Sent: Monday, March 1, 2021 2:31 AM To: Avi Gross Cc: 'R. Help Mailing List' Subject: Re: [R] Help Required for R Markdown function. Sounds like you have an install.packages("t

Re: [R] Help Required for R Markdown function.

2021-02-28 Thread Avi Gross via R-help
library so it puts it into a temp area? Avi -Original Message- From: R-help On Behalf Of John Kane Sent: Saturday, February 27, 2021 3:07 PM To: Kishor raut Cc: R. Help Mailing List Subject: Re: [R] Help Required for R Markdown function. The "confusionMatrix" function appears to

Re: [R] Help Required for R Markdown function.

2021-02-28 Thread Kishor raut
Thanks, I'll check it out. On Sun, 28 Feb, 2021, 1:37 AM John Kane, wrote: > The "confusionMatrix" function appears to be from the 'caret' package. > Have you loaded 'caret' with the library(caret) command? > > On Sat, 27 Feb 2021 at 14:20, Kishor raut wrote: > >> Respected Sir, >> >> I Mr Kish

Re: [R] Help Required for R Markdown function.

2021-02-27 Thread John Kane
The "confusionMatrix" function appears to be from the 'caret' package. Have you loaded 'caret' with the library(caret) command? On Sat, 27 Feb 2021 at 14:20, Kishor raut wrote: > Respected Sir, > > I Mr Kishor Tried to get help online but wont found the solution so > writting an email. > > Step1

[R] Help Required for R Markdown function.

2021-02-27 Thread Kishor raut
Respected Sir, I Mr Kishor Tried to get help online but wont found the solution so writting an email. Step1: While writting in rmarkdown all codes get executted very well till the fuction Confusionmatrix were written on it. Step2: As confusionmatrix command inserted following error is on screen