Re: [R] Problem using R and Beamer...

2010-08-03 Thread Bernd Weiss
Am 04.08.2010 06:21, schrieb Jeffry Madura: [...] Can anyone explain to me what is going on here? The frame code in latex is \begin{frame}{fragile} \frametitle{Numbers} \textbf{Numbers} can be represented in a variety of different formats. For example the number $1.2345\times 10^5$ is written

[R] Problem using R and Beamer...

2010-08-03 Thread Jeffry Madura
Dear [R] and beamer community, I am trying to build a presentation using beamer and [R]. I can Sweave the file; however, when I run pdflatex on the file i get the following error: ! FancyVerb Error: Extraneous input `> a = 123450 > b = -0.69 \end {Sinput} \end {Schunk} \end { bea...@frames

Re: [R] problem using R

2008-10-15 Thread Richard Rowe
Dennis Lee Bieber wrote: On Tue, 14 Oct 2008 09:10:14 -0400, "Daniel Malter" <[EMAIL PROTECTED]> declaimed the following in gmane.comp.lang.r.general: Other than that I agree with Duncan, your teacher is being paid for helping you with these very basic problems. "Me three"...

Re: [R] problem using R

2008-10-14 Thread shradha mukherjee
Its fixed. Thank you.:D --- On Tue, 10/14/08, John Kane <[EMAIL PROTECTED]> wrote: From: John Kane <[EMAIL PROTECTED]> Subject: Re: [R] problem using R To: "'shradha mukherjee'" <[EMAIL PROTECTED]>, r-help@r-project.org, "Daniel Malter" <[EMAI

Re: [R] problem using R

2008-10-14 Thread John Kane
AIL PROTECTED]> wrote: > From: Daniel Malter <[EMAIL PROTECTED]> > Subject: Re: [R] problem using R > To: "'shradha mukherjee'" <[EMAIL PROTECTED]>, r-help@r-project.org > Received: Tuesday, October 14, 2008, 9:10 AM > Hi, get any of the manuals tha

Re: [R] problem using R

2008-10-14 Thread John Kane
--- On Tue, 10/14/08, shradha mukherjee <[EMAIL PROTECTED]> wrote: > From: shradha mukherjee <[EMAIL PROTECTED]> > Subject: [R] problem using R > To: r-help@r-project.org > Received: Tuesday, October 14, 2008, 4:37 AM > Hi , > I am having serious trouble doing thi

Re: [R] problem using R

2008-10-14 Thread Daniel Malter
TECTED] Im Auftrag von shradha mukherjee Gesendet: Tuesday, October 14, 2008 4:37 AM An: r-help@r-project.org Betreff: [R] problem using R Hi , I am having serious trouble doing this homework. I am using R for doing the homework. I am having the following specific problem: a) when I input the

Re: [R] problem using R

2008-10-14 Thread Duncan Murdoch
On 10/14/2008 4:37 AM, shradha mukherjee wrote: Hi , I am having serious trouble doing this homework. I am using R for doing the homework. If this is homework, you should ask your instructor or teaching assistant for help. There are at least two reasons for this: - They're the only ones w

[R] problem using R

2008-10-14 Thread shradha mukherjee
Hi , I am having serious trouble doing this homework. I am using R for doing the homework. I am having the following specific problem: a) when I input the data using the command > Wbdc <-read.table("wdbc.txt")  I do not see the data. b) When I want to run histogram using command > hist(area) I ge