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.

17 results for “from:Cliff Lunneborg”

Changing workspace from within an R session
Cliff Lunneborg · Jan 21, 2004 · r-help

I have found a pair of functions, move and rm.sv, written by my colleague John Miyamoto very useful in managing one's workspace. They may be inspected and downloaded from http://faculty.washington.edu/jmiyamot/psych500.htm ********************************************************** Cliff Lunneborg...

detection of outliers
Cliff Lunneborg · Sep 25, 2004 · r-help

Dimitris Rizopoulos writes, in part: > Hi Philippe, > > you could consider using the Windsorized mean, > > winds.mean <- function(x, k=2){ FYI, the shrinking of tails process of Winsorization was brought to the attention of the statistical community by John Tukey...

How to solve A'A=S for A
Cliff Lunneborg · Feb 14, 2003 · r-help

It is not clear to me that one can. If the singular value decomposition of A is the triple product P d Q', then the singular value decomposition of A'A=S is Q d^2 Q'. The information about...

Bootstrapping with weighted data sample
Cliff Lunneborg · Sep 28, 2004 · r-help

Salvatore Barbaro writes, in part: > Consider a sample, x, like this: > # > x<- matrix(rbind(4,8,0,2, 25,30,5,32), ncol=2) > # > > Weight Income > 4 25 > 8 30 > 0 5 > 2 32 > > Here the "Weight" assigns the weight...

Re; [R] nonparametric manova
Cliff Lunneborg · Feb 3, 2005 · r-help

Vera Hofer asks: " Dear colleagues, has anyone an idea how to carry out a nonparametric manova for comparing 3 groups? Thank you for your help. Vera" One approach would be to carry out a permutation test, randomly reassigning the vector...

t-test problem
Cliff Lunneborg · Sep 22, 2004 · r-help

Kan Liu wrote: > Hello, > I got two sets of data > x=(124738, 128233, 85901, 33806, ...) > y=(25292, 21877, 45498, 63973, ....) > When I did a t test, I got two tail p-value = 0.117, which is not significantly different. > If...

The hidden costs of GPL software?
Cliff Lunneborg · Nov 19, 2004 · r-help

Could I voice my support for the sixth point raised by John Fox? Many users would find such a development to be enormously useful. " (6) As has been pointed out, e.g., by Duncan Murdoch, solving the function-locating problem...

getAnyhwhere behavior
Cliff Lunneborg · Jul 11, 2003 · r-help

I would have expected the function getAnywhere to have behaved differently in the following: > search() [1] ".GlobalEnv" "file:C:/R/Rdata/miya/.Rdata" [3] "package:boot" "package:methods" [5] "package:ctest" "package:mva" [7] "package:modreg" "package:nls" [9] "package...

Resizing R console window (was BSOD with ESS[R]...)
Cliff Lunneborg · Mar 6, 2003 · r-help

Simon Gatehouse writes: " Like many, I fiddle while thinking. Part of my fiddling has been to rapidly resize the R console window back and forth by dragging with the mouse on the bottom right hand corner. I resize the window...

[ R] Wilcoxon test for mixed deisgn
Cliff Lunneborg · Jan 24, 2005 · r-help

Marco Chirandini writes: "is there any extension of the pairwise Wilcoxon test to a dependent samples layout with replicates (or, in other terms, a one-way layout with blocking and replicates)? The Wilcoxon method with matched pairs works for the...

Point and click
Cliff Lunneborg · Oct 4, 2003 · r-help

The following query raises the question: What is it that students learn from point and click dialogs?" Date: Fri, 03 Oct 2003 16:57:42 -0400 From: To: s-news at lists.biostat.wustl.edu Subject: Splus question Message-ID...

Re Randomization test for interaction effect
Cliff Lunneborg · Jul 21, 2005 · r-help

Dear Pedro, How to test for an interaction--or, even, how to pose the question of an interaction--in randomization-based inference is not at all obvious. And, in the permutation test context reliance has been placed on the exchangeability...

More on global environment
Cliff Lunneborg · Jul 17, 2004 · r-help

You may want to look at the notes on and functions for workspace management that guide me. They can be downloaded from http://faculty.washington.edu/lunnebor/Stat342/ by checking on "Exercises." I use the .GlobalEnv (position 1 on search...

...Why social scientists don't use R
Cliff Lunneborg · Aug 18, 2004 · r-help

Berton Gunter has written in part: > A few comments: > First, your remarks are interesting and, I would say, mainly well founded. However, I think they > are in many respects irrelevant, although they do point to the much bigger underlying issue...

Where does R search when source() ?
Cliff Lunneborg · Jul 12, 2004 · r-help

I have found the use of save( ) and attach( ) when supported by a pair of functions written by my colleague John Miyamoto, move( ) and rm.sv( ) quite useful in managing (1) collections of useful homebrew functions, (2) project workspaces, and...

RE [R] workspace vs. image
Cliff Lunneborg · Dec 20, 2002 · r-help

As an alternative to the use of multiple shortcus to gain entry to different R environments on WIndows platforms I would like to suggest the use of two R functions written by my colleague John Miyamoto. I have taken the...

Startup on Windows 2000
Cliff Lunneborg · Oct 17, 2002 · r-help

I am having difficulty coming to grips with Appendix B.2 of the otherwise very useful "An Introduction to R" and the related help file for Startup. I am running RGui 1.6.0 on a Windows 2000 machine from...

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