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.

1,398 results for “from:Dieter Menne”

Measures
Dieter Menne · May 17, 2009 · r-help

Rafael Marconi Ramos <rafaelmr <at> gmail.com> writes: > > > 1) (Goodman & Kruskal) lambda > 2) (Thiel's) uncertainty coefficient Dear Rafael, have you tried to search for "Goodman Kruskal" (solution be J Baron) and Thiel (comments by Marc Schwartz and Frank Harrell...

Full screen graphics (windows)
Dieter Menne · May 26, 2008 · r-help

For a simple perception test procedure (to generate live statistical data in a lecture) I want to have a full screen graphics display under Windows. No borders, frames, menus, just plain black or white. Any ideas? Dieter Menne

NonLinear Programming in R - QUERY
Dieter Menne · Mar 7, 2009 · r-help

Lars Bishop <lars52r <at> gmail.com> writes: > I'll appreciate your help on this. Do you know of any package that can be > used to solve optimization problems subject to general *non-linear* equality > constraints. Package DEoptim Dieter

Lattice key title color
Dieter Menne · Oct 15, 2008 · r-help

Deepayan Sarkar <deepayan.sarkar <at> gmail.com> writes: > All of which doesn't really answer the original question. ... > So, the title color cannot be currently specified, either directly or > through the settings system. Krrr.. it was key$title.... Dieter

R API call from delphi
Dieter Menne · Sep 10, 2005 · r-help

Laurent TESSIER <famille.tessier <at> wanadoo.fr> writes: > Has anyone tried to call R API from Delphi under windows ? I have written a wrapper for Erich Neuwirth's RDCOM. http://www.menne-biomed.de/download/download.html Dieter

upgrade R version
Dieter Menne · Jan 11, 2009 · r-help

ms.com <loginms <at> hotmail.com> writes: > i want to upgrade my R version from 2.7.1 to 2.8.1 Gabor's http://code.google.com/p/batchfiles/ can help you getting the libraries right after an upgrade...

Newton's method for finding roots
Dieter Menne · May 17, 2009 · r-help

Kon Knafelman <konk2001 <at> hotmail.com> writes > I need to use netwon's method to find the root of a polynomial, .. It't time to get your homework date May 12 submitted. http://markmail.org/message/x5vdbync3gxfs5hp Dieter

Help with Latex (Hmisc)
Dieter Menne · Feb 24, 2009 · r-help

Frank E Harrell Jr <f.harrell <at> vanderbilt.edu> writes: ... Word and pdf > It depends on how you copy. By all means use Insert ... Picture ... > from file and directly insert pdf. Please, tell me how you got this to work...

Help_Unable to run glmer
Dieter Menne · Mar 16, 2009 · r-help

David Winsemius <dwinsemius <at> comcast.net> writes: > > Maybe there was a run on the British bit and the bit banks are a wee short? Runs are by definition in the order of TeraBits. Bits are peanuts and freely available. D

Regexp subexpression
Dieter Menne · Mar 25, 2006 · r-help

Gabor Grothendieck <ggrothendieck <at> gmail.com> writes: > > We could use sapply to reduce it slightly: > > result <- sapply(sprintf("\\%d", 1:2), sub, pattern = pat, x = patid) > result[regexpr(pat, patid) < 0,] <- NA > Looks like we should make a generalized wrapper...

SF-36 questionnaire scoring for R?
Dieter Menne · Sep 13, 2010 · r-help

Dear useRs from the physiology department, Does someone know of an implementation of the SF-36 questionnaire scoring in R? I only found SAS and STATA versions, e.g http://gim.med.ucla.edu/FacultyPages/Hays/util.htm Dieter

plotting
Dieter Menne · Oct 1, 2006 · r-help

Anupam Tyagi <AnupTyagi <at> yahoo.com> writes: > > Is there something in R that will display both observed values and their > influence on calculated statistics? In general : yes. You may give the example in the "lm" documentation a first try, and...

creating a postscript file with two xyplots
Dieter Menne · May 13, 2009 · r-help

Liati <liats80 <at> hotmail.com> writes: > I would like to create one postscript file with two different xyplots (which library(lattice) postscript("myps.ps") xyplot(1~1,main="Plot 1") xyplot(2~3,main="Plot 2") dev.off() Dieter

How to keep attributes when dropping factor levels?
Dieter Menne · Mar 19, 2009 · r-help

Heinz Tuechler <tuechler <at> gmx.at> writes: > > to drop unused factor levels two ways are outlined in R-help. In both > cases a label attribute is lost. Brian Ripley has posted this http://markmail.org/message/pl2odydwzv64v3u3 Dieter

how to do muliple comparisons in linear mixed models
Dieter Menne · Dec 20, 2006 · r-help

liu, jcheng <liujcheng <at> gmail.com> writes: > i want to compare the several main effects in a linear model. i wonder > how to do the multiple comparisons for less confident intervals. Package multcomp by Torsten Hothorn. Dieter

-newbie | RODBC import query
Dieter Menne · Apr 2, 2006 · r-help

Gabor Grothendieck <ggrothendieck <at> gmail.com> writes: > > odbcConnectionDbase("c:\\documents and settings\\egc\\desktop\\test.dbf") or use simple forward slashes, which are easier to read and work even under Windows. (Just for the record, looks it was not the...

spectrogram
Dieter Menne · Jan 4, 2010 · r-help

rajesh j wrote: > > I need to plot spectrogram of a waveform.What package offers this? > > Try "spectrogram" in r-help search. Dieter -- View this message in context: http://n4.nabble.com/spectrogram-tp998119p998146.html Sent from the R help mailing...

Inserting multiple queries in sql server 2005 using RODBC in R
Dieter Menne · Nov 30, 2010 · r-help

-- View this message in context: http://r.789695.n4.nabble.com/Inserting-multiple-queries-in-sql-server-2005-using-RODBC-in-R-tp3066744p3066769.html Sent from the R help mailing list archive at Nabble.com.

lme: predictions variance collapses when one more level is added
Dieter Menne · Oct 27, 2013 · r-sig-mixed-models

Ben Bolker <bbolker at ...> writes: > Which aspects of lmer are essential in this analysis > (e.g. profiling, speed, consistency with other analyses, ...?) > Just my own curiosity... No need to dig further. Thanks, Ben. Dieter

R squared value for a line on a plot
Dieter Menne · Oct 7, 2008 · r-help

Georgina Sarah Humphreys <g.humphreys.1 <at> research.gla.ac.uk> writes: > > Does anyone know how to retrieve the R squared value for a line on a graph? The balloon rule http://www.jstor.org/pss/2683562 Dieter

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