Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

29 results for “from:William Armstrong”

Basic Looping Trouble
William Armstrong · Mar 22, 2011 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110322/75e5e382/attachment.pl>

Writing Complex Formulas
William Armstrong · Jul 15, 2011 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110715/b9bfd7b0/attachment.pl>

Writing Complex Formulas
William Armstrong · Jul 1, 2011 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110701/0d9c496f/attachment.pl>

Kendall v MannKendall Functions
William Armstrong · Mar 22, 2011 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110322/c54cd093/attachment.pl>

Difficulty with 'loess' function
William Armstrong · Mar 18, 2011 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110318/46c03f87/attachment.pl>

Magic Number Error Message
William Armstrong · Mar 25, 2011 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110325/0d9e1ca9/attachment.pl>

computing functions with Euler's number (e^n)
William Armstrong · Jul 8, 2011 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110708/d9b96eed/attachment.pl>

Loop stopping after 1 iteration
William Armstrong · May 18, 2011 · r-help

I knew it would be something simple. Thanks for catching that, Martyn. Billy -- View this message in context: http://r.789695.n4.nabble.com/Loop-stopping-after-1-iteration-tp3532988p3533041.html Sent from the R help mailing list archive at...

computing functions with Euler's number (e^n)
William Armstrong · Jul 14, 2011 · r-help

R 2.11.1 on Mac OS X. I didn't see the Note. -- View this message in context: http://r.789695.n4.nabble.com/computing-functions-with-Euler-s-number-e-n-tp3655205p3668849.html Sent from the R help...

Loop stopping after 1 iteration
William Armstrong · May 18, 2011 · r-help

Didn't mean to snub you guys, Hugo and David. I didn't see your posts before. Thanks for the advice. -- View this message in context: http://r.789695.n4.nabble.com/Loop-stopping-after-1-iteration-tp3532988p3533217.html Sent...

Writing Complex Formulas
William Armstrong · Jul 14, 2011 · r-help

I resolved this issue. It appears that "^" won't work for this case, but "**" worked. I can't find any reference to this, but where "^" seems to be used to raise a value to a numerical function, "**" is used for...

Paste problem when looping variable assignments
William Armstrong · Apr 22, 2011 · r-help

One thing I should have mentioned before is that "pds_gagehandles" is a character vector that contains the site names that I am interested in. An example of a site name is "saho". So with with the paste function, I...

computing functions with Euler's number (e^n)
William Armstrong · Jul 14, 2011 · r-help

I solved this in two ways: 1. "**" was necessary to raise (-dummy + 1) to the power of B. "^" doesn't work here, for some reason. 2. I needed to use "as.complex" which greatly simplified my code and produces the...

Sorting a data frame with values of different lengths
William Armstrong · Jun 7, 2011 · r-help

Thanks for catching that, Sarah. It seems like the problem was that I was using the c() function to combine terms (including W) that I was adding to a data frame. This caused R to convert the numeric W to...

Kendall v MannKendall Functions
William Armstrong · Mar 21, 2011 · r-help

Hi, I am running a correlation analysis on a temporal dataset. I was wondering if you would receive the same tau and p values running the function: MannKendall(x), where x is the dependant variable that changes with time as...

days between dates
William Armstrong · May 23, 2011 · r-help

Geoff, I think you could write an if loop to solve this. You could write: for(i in 1:num_obs){ if(DAYS[i]=='Monday'){ DF$DAYS.BETWEEN[i]<-1 } } Where 'num_obs' is the total number of temperature observations...

Basic Looping Trouble
William Armstrong · Mar 21, 2011 · r-help

Hi all, Forgive me for this basic question. I've been doing some research and haven't been able to figure out how to best do this yet. I have 75 variables defined as vector time series. I am trying...

Sorting a data frame with values of different lengths
William Armstrong · Jun 7, 2011 · r-help

Also, I tried changing a line to store W as numeric: sample_info<-c(pds_gagehandles[i],p,as.numeric(sample_W)) But it is still sorting incorrectly: > W_table[order(W_table$as.numeric.W.),] pds_gagehandles.i. p...

Limited number of principal components in PCA
William Armstrong · Jul 29, 2011 · r-help

Hi all, I am attempting to run PCA on a matrix (nrow=66, ncol=84) using 'prcomp' (stats package). My data (referred to as 'Q' in the code below) are separate river streamflow gaging stations (columns) and peak instantaneous discharge...

Limited number of principal components in PCA
William Armstrong · Aug 4, 2011 · r-help

David and Josh, Thank you for the suggestions. I have attached a file ('q_values.txt') that contains the values of the 'Q' variable. David -- I am attempting an 'S' mode PCA, where the columns are actually the cases (different...

Can't find what you're looking for? Try searching with Google .