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.

2 results for “from:Dylan Keenan”

Vectors, Loops, Rnorm and KS-Testing
Dylan Keenan · May 23, 2016 · r-help

Use 'replicate.' > replicate(n1, mean(rnorm(n2, mean, sd))) Will compute return a column vector of length n1, each entry of which is the mean of n2 random normal variables with mean and sd specified by the arguments of rnorm...

if else condition - help
Dylan Keenan · May 22, 2016 · r-help

Try this: > sign(ifelse(abs(k)<=1.5, 0, k)) C1 C2 C3 C4 A 0 0 0 0 B 1 0 0 0 C 0 -1 0 0 D -1 1 -1 -1 On Sun, May 22, 2016 at...

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