Dirk Eddelbuettel wrote:
> On 17 October 2007 at 10:44, Rainer M Krug wrote:
> | I create one pdf file with plots via pdf() and one text file with text
> | via sink() that works very nice. But I would prefer to have one pdf file
> | with plots and the text which I store in the te=xt file via sink
On 17 October 2007 at 10:44, Rainer M Krug wrote:
| I create one pdf file with plots via pdf() and one text file with text
| via sink() that works very nice. But I would prefer to have one pdf file
| with plots and the text which I store in the te=xt file via sink(). I.e.
|
| x.lm<-lm(...)
| pd
what they do not say. ~William W. Watt
> > A statistical analysis, properly conducted, is a delicate dissection of
> > uncertainties, a surgery of suppositions. ~M.J.Moroney
> >
> >
> >
> >
> >> -----Oorspronkelijk bericht-
> >> Van: Rainer M Krug [mailto:[EMAIL PR
;> Verzonden: woensdag 17 oktober 2007 14:17
>> Aan: ONKELINX, Thierry
>> CC: r-help
>> Onderwerp: Re: [R] One pdf file with plots and text output
>>
>> I am getting somewhere - but running system("pdflatex
>> GrowthAll") fails, as it does not fi
> Verzonden: woensdag 17 oktober 2007 14:17
> Aan: ONKELINX, Thierry
> CC: r-help
> Onderwerp: Re: [R] One pdf file with plots and text output
>
> I am getting somewhere - but running system("pdflatex
> GrowthAll") fails, as it does not find sweave.sty. I already
&g
tics say until you have carefully
> considered what they do not say. ~William W. Watt
> A statistical analysis, properly conducted, is a delicate dissection of
> uncertainties, a surgery of suppositions. ~M.J.Moroney
>
>
>
>> -----Oorspronkelijk bericht-
>> Van: R
Olivier Delaigue wrote:
> You should try with type of command:
>
> mtext(paste("Residuals:", summary(xlm)$residuals, "Coefficients:",
> summary(xlm)$coefficients, etc..., sep ="\n"))
I am sure this would work, but I would like to have something without to
much additional coding. Sweave seems to
t say. ~William W. Watt
> A statistical analysis, properly conducted, is a delicate dissection of
> uncertainties, a surgery of suppositions. ~M.J.Moroney
>
>
>
>> -----Oorspronkelijk bericht-
>> Van: Rainer M Krug [mailto:[EMAIL PROTECTED]
>> Verzon
:28
> Aan: ONKELINX, Thierry
> CC: Prof Brian Ripley; r-help
> Onderwerp: Re: [R] One pdf file with plots and text output
>
> ONKELINX, Thierry wrote:
> > I use Sweave for this kind of purposes.
>
> I was thinking about Sweave as well, but I don't understand
> h
You should try with type of command:
mtext(paste("Residuals:", summary(xlm)$residuals, "Coefficients:",
summary(xlm)$coefficients, etc..., sep ="\n"))
Olivier Delaigue
Rainer M Krug-2 wrote:
>
>
> It prints the summary, but in one line which is obviously to long to fit
> on one page
>
>>>
>
Rainer M. Krug wrote:
> Olivier Delaigue * wrote:
>> Maybe with:
>>
>>> print(plot.new())
>>> mtext(summary(xlm))
>
> Thanks Olivier - that sounds like an easy approach - I'll try itr out
> and report back.
It prints the summary, but in one line which is obviously to long to fit
on one page
>
Olivier Delaigue * wrote:
> Maybe with:
>
>> print(plot.new())
>> mtext(summary(xlm))
Thanks Olivier - that sounds like an easy approach - I'll try itr out
and report back.
Rainer
>
> Regards,
>
> Olivier Delaigue
>
>
> Rainer M Krug-2 wrote:
>> Hi
>>
>> I create one pdf file with plots
gt;> [mailto:[EMAIL PROTECTED] Namens Rainer M Krug
>> Verzonden: woensdag 17 oktober 2007 11:02
>> Aan: Prof Brian Ripley
>> CC: r-help
>> Onderwerp: Re: [R] One pdf file with plots and text output
>>
>> Prof Brian Ripley wrote:
>>> On Wed, 17 Oct 2007,
Maybe with:
> print(plot.new())
> mtext(summary(xlm))
Regards,
Olivier Delaigue
Rainer M Krug-2 wrote:
>
> Hi
>
> I create one pdf file with plots via pdf() and one text file with text
> via sink() that works very nice. But I would prefer to have one pdf file
> with plots and the text whi
gt; Onderwerp: Re: [R] One pdf file with plots and text output
>
> Prof Brian Ripley wrote:
> > On Wed, 17 Oct 2007, Rainer M Krug wrote:
> >
> >> Hi
> >>
> >> I create one pdf file with plots via pdf() and one text file with
> >> text via si
Prof Brian Ripley wrote:
> On Wed, 17 Oct 2007, Rainer M Krug wrote:
>
>> Hi
>>
>> I create one pdf file with plots via pdf() and one text file with text
>> via sink() that works very nice. But I would prefer to have one pdf file
>> with plots and the text which I store in the te=xt file via sink(
On Wed, 17 Oct 2007, Rainer M Krug wrote:
> Hi
>
> I create one pdf file with plots via pdf() and one text file with text
> via sink() that works very nice. But I would prefer to have one pdf file
> with plots and the text which I store in the te=xt file via sink(). I.e.
>
> x.lm<-lm(...)
> pdf()
Hi
I create one pdf file with plots via pdf() and one text file with text
via sink() that works very nice. But I would prefer to have one pdf file
with plots and the text which I store in the te=xt file via sink(). I.e.
x.lm<-lm(...)
pdf()
plot(x.lm)
NOW THE TEXT OF summary(xlm) IN THE PDF FILE
18 matches
Mail list logo