search for: nordldj

Displaying 12 results from an estimated 12 matches for "nordldj".

2013 Feb 07
0
FW: Sourcing my file does not print command outputs
...list( RF = RFmodel, NN = NNmodel )) print("Summarizing resamps") summary(resamps) dotplot(resamps, metric = "Accuracy") ======================================== Thanks, James On Thu, Feb 7, 2013 at 4:37 PM, Nordlund, Dan (DSHS/RDA) <NordlDJ@dshs.wa.gov<mailto:NordlDJ@dshs.wa.gov>> wrote: I don’t know where resamps comes from and I don’t know what parameters you provided to source(), so you haven’t provided a reproducible example. But, did you call source with print.eval=TRUE ? Dan Daniel J. Nordlund Washington State Depar...
2013 Feb 07
4
Sourcing my file does not print command outputs
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 anything. How can I get summary(resamps) to print when I source a file with this command?
2009 Apr 15
2
problem with read.table
Hi all, I've simple code to read a file (verify.txt in the same directory as the script file) but when I run this I get "Error in eval(expr, envir, enclos) : object "y" not found". data_model.df = read.table("./verify.txt", header=TRUE, nrows=10); f <- lm(y ~ x) Could someone pls tell me what's wrong with this code? Sincere thanks!
2012 Jun 12
6
Attempting to update from R 2.14 to 2.15
I am very new to Linux so I probably am doing something stupid but I cannot seem to update to R 2.15 Using Ubuntu 12.02 Precise Penguin I realise that debian packages are not updated regularly so I tried to follow the insructions at the R-site So far, I have modified /etc/apt/sources.list to read ## R CRAN added 2012-06-12 deb http://probability.ca/cran/bin/linux/debian squeeze-cran/ Issued
2017 Jun 13
0
WG: Fw: Re: rmarkdown and font size
..."keys" are available, e.g. "core.r" and "pre". Where kind I find the definition of what can be adjusted and which "words" to use? Kind regards Georg > Gesendet: Donnerstag, 08. Juni 2017 um 16:16 Uhr > Von: "Nordlund, Dan (DSHS/RDA)" <NordlDJ at dshs.wa.gov> > An: "MacQueen, Don" <macqueen1 at llnl.gov>, "r-help at r-project.org" <r-help at r-project.org> > Betreff: Re: [R] rmarkdown and font size > > You can change the style, modifying a variety of things. E.g, > > --- > title:...
2012 Oct 04
3
Failure of sas7bdat package
R 2.15.1 OS 10.7 Colleagues I have been an enthusiastic user of the sas7bdat package in R. However, several recent sas7bdat files sent to me from different sources cannot be read by the package. The error message is: Error in read.sas7bdat(FILENAME) : unknown host W32_7PRO please report bugs to sas7bdatRbugs at gmail.com I examined the file with a text editor and it contains
2010 Feb 25
5
Plotting 15 million points
Hi All I have a vector of about 15 million numbers which I would like to plot. The goal is the see the distribution. I tired the usual steps. 1. Histogram : never gets complete my window freezes w/out log base 10 2. Density : I first calculated the kernel density and then plotted it which worked. It would be nice to superimpose histogram with density but as of now I am not able to get this
2013 Feb 12
7
Is there a neat R trick for this?
Hello all, given two vectors X and Y I'd like to receive a vector Z which contains, for each element of X, the index of the corresponding element in Y (or NA if that element isn't in Y). Example: x <- c(4,5,6) y <- c(10,1,5,12,4,13,14) z <- findIndexIn(x, y) z [1] 5 3 NA 1st element of z is 5, because the 1st element of x is at the 5th position in y 2nd element of z is 3,
2007 Feb 28
3
Datamining-package rattle() Errors
Dear Group I have few errors while installing package rattle from CRAN i do the installing from the local zip files... I am using R 2.4.0 do i have to upgrade to R2.4.1 ? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utils:::menuInstallLocal() package 'rattle' successfully unpacked and MD5 sums checked updating HTML package descriptions > help(rattle) No
2007 Aug 11
0
DOE and interaction plot general question
...o Windows Live Spaces, a rede de relacionamentos conectada ao > Messenger! > > [[alternative HTML version deleted]] > > > > ------------------------------ > > Message: 37 > Date: Thu, 9 Aug 2007 21:56:24 -0700 > From: "Nordlund, Dan (DSHS/RDA)" <NordlDJ@dshs.wa.gov> > Subject: [R] Test (ignore) > To: r-help@stat.math.ethz.ch > Message-ID: > <941871A13165C2418EC144ACB212BDB04E1354@dshsmxoly1504g.dshs.wa.lcl > > > Content-Type: text/plain; charset=utf-8 > > > > Daniel J. Nordlund > Research and Data...
2009 Jan 28
2
t.test in a loop
Hi All, I've been having a little trouble with creating a loop that will run a a series of t.tests for inspection, Below is the code i've tried, and some checks i've looked at. I've used the get(paste()) idea as i was told previously that the use of the eval should try and be avoided. I've run a single syntax to check that my systax is correct and works without any problems
2004 Oct 05
0
row.name in data.frame
Does this do what you want: mydata <-read.table('mydata.txt',header=TRUE, row.names=1) see ?read.table Daniel Nordlund Research and Data Analysis Washington State Department of Social and Health Services P.O. Box 45204 Olympia, WA 98504-5204 -----Original Message----- From: S Peri [mailto:biocperi at yahoo.com] Sent: Tuesday, October 05, 2004 1:03 PM To: r-help at