Re: [R] Sourcing my file does not print command outputs

2013-02-07 Thread Nordlund, Dan (DSHS/RDA)
mance, and Accountability Research and Data Analysis Division Olympia, WA 98504-5204 From: James Jong [mailto:ribonucle...@gmail.com] Sent: Thursday, February 07, 2013 2:11 PM To: Nordlund, Dan (DSHS/RDA); r-help@r-project.org Subject: Re: [R] Sourcing my file does not print command outputs Thank

Re: [R] Sourcing my file does not print command outputs

2013-02-07 Thread James Jong
nd Data Analysis Division > > Olympia, WA 98504-5204 > > ** ** > > *From:* James Jong [mailto:ribonucle...@gmail.com] > *Sent:* Thursday, February 07, 2013 1:48 PM > *To:* Nordlund, Dan (DSHS/RDA) > > *Subject:* Re: [R] Sourcing my file does not print command out

Re: [R] Sourcing my file does not print command outputs

2013-02-07 Thread Nordlund, Dan (DSHS/RDA)
, Performance, and Accountability Research and Data Analysis Division Olympia, WA 98504-5204 From: James Jong [mailto:ribonucle...@gmail.com] Sent: Thursday, February 07, 2013 1:30 PM To: Nordlund, Dan (DSHS/RDA) Cc: r-help@r-project.org Subject: Re: [R] Sourcing my file does not print command outputs

Re: [R] Sourcing my file does not print command outputs

2013-02-07 Thread James Jong
o-printing is not done. So you will need to > > include explicit print calls for things you want to be printed" > > > > John Kane > > Kingston ON Canada > > > > > > > -Original Message- > > > From: ribonucle...@gmail.com > >

Re: [R] Sourcing my file does not print command outputs

2013-02-07 Thread Nordlund, Dan (DSHS/RDA)
> -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of John Kane > Sent: Thursday, February 07, 2013 10:57 AM > To: James Jong; r-help@r-project.org > Subject: Re: [R] Sourcing my file does not print command outputs

Re: [R] Sourcing my file does not print command outputs

2013-02-07 Thread William Dunlap
... many output lines elided ...] F-statistic: 34.83 on 3 and 28 DF, p-value: 1.377e-09 Bill Dunlap Spotfire, TIBCO Software wdunlap tibco.com > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On > Behalf > Of John Kane &g

Re: [R] Sourcing my file does not print command outputs

2013-02-07 Thread John Kane
t; John Kane Kingston ON Canada > -Original Message- > From: ribonucle...@gmail.com > Sent: Thu, 7 Feb 2013 13:36:56 -0500 > To: r-help@r-project.org > Subject: [R] Sourcing my file does not print command outputs > > I looked at the documentation of source() and summary(),

[R] Sourcing my file does not print command outputs

2013-02-07 Thread James Jong
I looked at the documentation of source() and summary(), and I could not find the reason why calling something like: > summary(resamps) from the command line, works (it prints the summary) whereas calling summary(resampls) from a file that I source with source("my_file.r") does not print anyth