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.

42 results for “from:Lucke, Joseph F”

Forest plot
Lucke, Joseph F · Oct 20, 2006 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20061020/c7561d36/attachment.pl

Off-topic: Bernoulli-like sequences
Lucke, Joseph F · Mar 27, 2007 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070327/e02a2de3/attachment.pl

Problems with na.rm=T
Lucke, Joseph F · Jun 14, 2007 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070614/edfcbf60/attachment.pl

Getting R and .Rdata together again
Lucke, Joseph F · Nov 17, 2006 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20061117/f8ec7e20/attachment.pl

adjusted R^2 vs. ordinary R^2
Lucke, Joseph F · Jun 20, 2005 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20050620/4037d0ae/attachment.pl

3F2 hypergeometric function
Lucke, Joseph F · Feb 21, 2007 · r-help

Does anyone have code for the 3F2 hypergeometric function? I am looking for code similar to the 2F1 hypergeometric function implemented as hyperg_2F1 in the GSL package. TIA. ---Joe

Portected? Variable assignment? Was RE: The use of F for False and T for True
Lucke, Joseph F · Nov 17, 2008 · r-help

The TRUE/FALSE vs. T/F issue brings up a related one. Can one assign a variable a value during an R session that cannot be re-assigned any new value during the session? That is, the variable is `protected...

Displaying trailing zeroes
Lucke, Joseph F · Jan 24, 2008 · r-help

round(12.01,1) will give the answer 12, not 12.0 or even 12. To make a table look nice, I need to display the trailing zero so that just as round(12.05,1) yields 12.1, round...

RODBC query
Lucke, Joseph F · May 31, 2007 · r-help

As a newbie to RODBC (Windows XP), I find that the commands aren't working quite as expected. After Library(RODBC) I had planned to use the two-step process myConn = odbcConnectExcel("Dates.xls") sqlQuery(myConn,"SELECT ID, ADM_DATE...

Reasons to Use R
Lucke, Joseph F · Apr 12, 2007 · r-help

A re-interpretation of Zorn's lemma? -----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Jim Lemon Sent: Thursday, April 12, 2007 5:14 AM...

Problems with na.rm=T
Lucke, Joseph F · Jun 14, 2007 · r-help

Brilliant! Yesterday, I created a table called T. Dumb. Removing it solves the problem. Thanks. -----Original Message----- From: Duncan Murdoch [mailto:murdoch at stats.uwo.ca] Sent: Thursday, June 14, 2007 10:01 AM To: Lucke, Joseph F Cc: r...

How to calculate the distance between two density functions
Lucke, Joseph F · Dec 5, 2008 · r-help

In general, comparing two continuous densities is difficult because they can differ on a set of measure 0 (i.e., at a single point) and yet have the same distribution function. -----Original Message----- From: r-help-bounces at r-project...

Find A, given B where B=A'A
Lucke, Joseph F · Oct 31, 2007 · r-help

chol(B) doesn't give the original A, which I believe is what Mike wants. -----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On Behalf Of Katharine Mullen Sent: Wednesday...

Question about multiple regression
Lucke, Joseph F · Sep 8, 2008 · r-help

Although I along with the other believe there probably is an efficient R solution, the answer to your direct question can perhaps be found at http://www.fortran.com/. The free GNU G95 fortran compiler is at http://www.g95...

binomial(link="inverse")
Lucke, Joseph F · Sep 10, 2008 · r-help

Isn't the binomial-log used to obtain risk ratios from the coefficients rather than odds-ratios? -----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On Behalf Of Thomas Lumley...

p-values
Lucke, Joseph F · Apr 29, 2004 · r-help

One might begin by considering _conditional_ p-values as elaborated by Hubbard and Bayarri and especially Sellke, Bayarri, and Berger. Record Number: 1545 @article{ Hubbard2003, Author = {Hubbard, R. and Bayarri, M. J.}, Title = {Confusion over measures of evidence ($p$)'s...

Re ad From EXCEL
Lucke, Joseph F · Apr 21, 2008 · r-help

fp0 = "C:\\Documents and Settings\\myname\\My Documents\\Research\\" #upper file path fp1 = "PIname\\PIproject\\Working00\\" #middle file path fp2 = "DateData\\Dates.xls" #lower file path dbase = file.path(paste(fp0,fp1,fp2, sep="")) #create complete file path by paste...

if statement error
Lucke, Joseph F · Oct 17, 2006 · r-help

Jenny This following example works: > real.d <- rep(NA,30) > real.b <- rep(NA,30) > b1=runif(1); b2=runif(1); t1=runif(1); t2=runif(1) > if (length(real.d)>=30 && length(real.b)>=30 && b1*b2*t1*t2...

Comparing regression models
Lucke, Joseph F · Sep 14, 2007 · r-help

The classic way to test for better fit with an additional variable is to use the anova() function. The model must have the suspect variable listed last into your model. The anova() function will give you the correct sequential decomposition...

Hotelling T-Squared vs Two-Factor Anova
Lucke, Joseph F · Apr 16, 2007 · r-help

Sean Both Bill V and Peter D are right regarding traditional repeated-measures ANOVA that assumes equality of the variance-covariance matrices across groups and compound symmetry of the covariance matrix. However, there is a multivariate approach to repeated measures...

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