search for: richland

Displaying 20 results from an estimated 66 matches for "richland".

2010 Feb 20
1
Problem with installing "genetics" package
...tall the "genetics" package and am getting and error. The log is below. For information, I am using R 2.10.1 on the Windows XP operating system. The mirror site I'm using is Michigan Technological University. Your help in this matter will be greatly appreciated. Murray M Cooper, PhD Richland Statistics 9800 North 24th St Richland, MI, USA 49083 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Log from attempted install: > utils:::menuInstallPkgs() also installing the dependencies ?combinat?, ?gdata?, ?gtools?, ?mvtnorm? trying URL 'http://cran.mtu.edu/...
2002 Aug 26
5
updating n within for(i in 1:n) loop
...major 1 minor 5.1 year 2002 month 06 day 17 language R Rajiv -------- Rajiv Prasad Postdoctoral Research Associate, Hydrology Group Pacific Northwest National Laboratory, P.O. Box 999, MSIN K9-33 Richland, WA 99352 Voice: (509) 375-2096 Fax: (509) 372-6089 Email: rajiv.prasad at pnl.gov -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]sub...
2004 Jan 15
3
Extracting multiple elements from a list
...Can I get both.vec without c() or an explicit loop? and new.names <- c("one", "two") alist[[1]]$name <- new.names[1] alist[[2]]$name <- new.names[2] Could I assign the new values in a quasi-vectorized way? Thanks, Scott Waichler Pacific Northwest National Laboratory Richland, WA USA
2009 Jul 02
2
Using sapply to build a count matrix
...> sapply(1:10,function(i) table(factor(is.na(x[,i]),c(FALSE,TRUE)))) [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] FALSE 4 3 5 5 4 5 4 3 4 4 TRUE 1 2 0 0 1 0 1 2 1 1 > Thanks for your thoughts. Murray M Cooper, Ph.D. Richland Statistics 9800 N 24th St Richland, MI, USA 49083 Mail: richstat at earthlink.net
2001 Nov 28
2
shell()/system() question
...r 1 minor 3.0 year 2001 month 06 day 22 language R > TIA. Rajiv. -------- Rajiv Prasad Postdoctoral Research Associate, Hydrology Group Pacific Northwest National Laboratory, P.O. Box 999, MSIN K9-33 Richland, WA 99352 Voice: (509) 375-2096 Fax: (509) 372-6089 Email: rajiv.prasad at pnl.gov -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]sub...
2002 Mar 05
3
reading 2-byte integers using readBin and connections
...or 1 minor 3.1 year 2001 month 08 day 31 language R > TIA. Rajiv -------- Rajiv Prasad Postdoctoral Research Associate, Hydrology Group Pacific Northwest National Laboratory, P.O. Box 999, MSIN K9-33 Richland, WA 99352 Voice: (509) 375-2096 Fax: (509) 372-6089 Email: rajiv.prasad at pnl.gov -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]sub...
2004 Jul 13
1
summary() doesn't work with Date class objects
...2-12-30" > summary(b) Min. 1st Qu. Median Mean 3rd Qu. Max. "2002-12-29" "2002-12-29" "2002-12-29" "2002-12-29" "2002-12-29" "2002-12-29" Scott Waichler Pacific Northwest National Laboratory Richland, WA 99352 USA scott.waichler at pnl.gov
2010 Jan 11
0
Exponential regression
...1) then take base10 logs of y and x and then fit them with simple linear regression. Then calculate the antilog of the residulas and plot these as your trendline. If 2) then take natural logs of y and x and follow the rest of the procedure described in 1). Hope this helps. Murray M Cooper, Ph.D. Richland Statistics 9800 N 24th St Richland, MI, USA 49083 Mail: richstat at earthlink.net ----- Original Message ----- From: "chrisli1223" <chrisli at austwaterenv.com.au> To: <r-help at r-project.org> Sent: Thursday, January 07, 2010 10:33 PM Subject: [R] R exponential regression...
2009 Jan 19
1
Question about contributed packages
...exit. Next time I want to run R, for GLP work and will only use base R. Can I be sure I am only working with base R? Or do I need to maintain two installations of R, one for use with GLP/GCP and one for when I want to use contributed packages? I hope this is clear. Thanks, Murray M Cooper, Ph.D. Richland Statistics 9800 N 24th St Richland, MI, USA 49083 Mail: richstat at earthlink.net
2007 Mar 08
1
sink with R-code
...[,4] [1,] 2 -6 -4 8 [2,] 5 4 1 3 [3,] 4 -9 0 1 ---------------------------------------------- Any hint will be appreciated Eusebio Scott K. Cooley Statistical Sciences, K6-08 Battelle--Pacific Northwest Division Pacific Northwest National Laboratory P.O. Box 999 Richland, WA 99352 Phone: 509-375-3604 FAX: 509-375-2604 Email: scott.cooley@pnl.gov [[alternative HTML version deleted]]
2009 Feb 13
1
Bootstrap or Wilcoxons' test?
Hi! I'm comparing the differences in contaminant concentration between 2 different groups of people ( N=36, N=37). When using a simple linear regression model I found no differences between groups, but when evaluating the diagnostic plots of the residuals I found my independent variable to have deviations from normality (even after log transformation). Therefore I have used bootstrap on
2010 Jan 08
2
R exponential regression
Hi all, I have a dataset which consists of 2 columns. I'd like to plot them on a x-y scatter plot and fit an exponential trendline. I'd like R to determine the equation for the trendline and display it on the graph. Since I am new to R (and statistics), any advice on how to achieve this will be greatly appreciated. Many thanks, Chris -- View this message in context:
2009 May 10
1
Function recommendation for this study...
Hi, I'm not used to thinking along these lines, and wanted to ask your advice: Suppose you have a sample of around 100, consisting of patients according to doctors, in which patients and doctors are given a questionnaire with categorical responses. Each patient somehow has roughly 3 doctors, or 3 rows of data. The goal is to assess by category of each question or DV the agreement between
2009 Feb 05
1
Chi-squared test adjusted for multiple comparisons? Harbe's test?
Hi! I have some data that looks like this up down percentaje uew_21 20 14 58.82 uew_20_5 27 40 40.29 uew_20 8 13 38.09 uew_19_5 17 42 28.81 So I have 4 experimental conditions and I am counting number of animals in the up and down compartment and the calculating the percentage, I want to know which one of the conditions is different from each other. If the data wouldn't be percentage
2017 Jun 21
0
customizing color key with plot3D
...uge help to me. Previously I had to use a completely different software, VisIt, to do these kinds of composite plots. R is my preferred tool and it is great to finally be able to do these at "home". Thanks, Scott Waichler scott.waichler at pnnl.gov Pacific Northwest National Laboratory Richland, Washington, USA > -----Original Message----- > From: Karline Soetaert [mailto:Karline.Soetaert at nioz.nl] > Sent: Wednesday, June 21, 2017 4:16 AM > To: Waichler, Scott R > Subject: RE: customizing color key with plot3D > > There is an example in the colkey help file: >...
2005 Mar 02
1
Rounding parameter values in genoud(), Rgenoud package
...0283 0.0245 -0.0112 0.0804 0.9994 0.9994 0.9792 515 0.0239 0.0219 0.0267 0.0274 0.0283 0.0245 -0.0112 0.0804 0.9994 0.9994 0.9792 516 0.0239 0.0219 0.0267 0.0274 0.0283 0.0245 -0.0112 0.0804 0.9994 0.9994 0.9792 Thanks, Scott Waichler Senior Research Scientist Pacific Northwest National Laboratory Richland, WA USA scott.waichler at pnl.gov
2010 Mar 03
2
Screen settings for point of view in lattice and misc3d
...own, looking up and away in neg. x direction screen=list(z=-40, x=60, y=0), # domain turned upside down, looking up and away in pos. x direction screen=list(z=40, x=-60, y=0), # looking down and away in positive x direction Scott Waichler Pacific Northwest National Laboratory P.O. Box 999, Richland, WA 99352 scott.waichler at pnl.gov 509-372-4423, 509-341-4051 (cell)
2009 Feb 06
4
Upgrade R program (version 2.6.2) ???
Hi All, I downloaded the R program (version 2.6.2) in last Jan 2008. I now want to upgrade the program to its latest version, but I don't want to go through the process of deleting the existing version and downloading the new version. This is because my existing R program has numerous packages that I downloaded for my research work. I want to upgrade my R program with those packages in it. Is
2003 Nov 13
1
Can't get Sweave syntax highlighting with Emacs
...setq TeX-file-extensions '("Snw" "Rnw" "nw" "tex" "sty" "cls" "ltx" "texi" "texinfo")) Scott Scott Waichler, Senior Research Scientist Pacific Northwest National Laboratory MSIN K9-36 P.O. Box 999 Richland, WA 99352 USA 509-372-4423 (voice) 509-372-6089 (fax) scott.waichler at pnl.gov http://hydrology.pnl.gov
2006 Sep 05
1
em watchdog timeout on UP, 6-stable
Updated my Athlon-xp 6-stable system last night, got an em watchdog timeout for the first time a few hours later, during a fairly high-traffic period. System is UP but does have device apic in the config. Any chance this is the recent race condition? Workaround? ifconfig em0 down, ifconfig em0 up seemed to cure it, at least for the moment. Thanks, Barney Wolff -- Barney Wolff I never