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,506 results for “from:Joshua Wiley”

Possible to access a USB volume by name in windows
Joshua Wiley · Sep 7, 2011 · r-help

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

trying to compile R in win 7 (with Rtools) ... tcl.h
Joshua Wiley · Oct 4, 2013 · r-help

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

issues with weights in glmer (or glmmADMB)
Joshua Wiley · Jun 3, 2013 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20130603/4af897e8/attachment.pl>

issues with weights in glmer (or glmmADMB)
Joshua Wiley · Jun 2, 2013 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20130602/0fac1005/attachment.pl>

4 pre measurements, 2 post measurements. Ideas?
Joshua Wiley · Dec 15, 2013 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20131215/b6cdaddd/attachment.pl>

Mean Centering Data in Linear Mixed Models
Joshua Wiley · Aug 23, 2013 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20130823/8c5f9bcf/attachment.pl>

Mean Centering Data in Linear Mixed Models
Joshua Wiley · Aug 23, 2013 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20130823/65468ff9/attachment.pl>

How would i sum the number of NA's in multiple vectors
Joshua Wiley · Oct 17, 2013 · r-help

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

Calculating HPD for marginal effects of interactions of lmer models
Joshua Wiley · May 1, 2013 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20130501/32d52331/attachment.pl>

(no subject)
Joshua Wiley · Mar 11, 2011 · r-help

Just as a note, if you are going to convert a factor to numeric, the preferred idiom is: ## hypothetical numeric factor x <- factor(paste(10:15)) ## preferred method for conversion as.numeric(levels(x))[x] Cheers, Josh

Question regarding to replace <NA>
Joshua Wiley · Nov 9, 2010 · r-help

On Tue, Nov 9, 2010 at 9:39 AM, Joshua Wiley <jwiley.psych at gmail.com> wrote: > Hi Kate, > > is.na() does not work on entire data frames. whoops, I did not mean that. is.na() has a data frame...

The contrast and Design libraries
Joshua Wiley · Nov 25, 2011 · r-help

On Thu, Nov 24, 2011 at 9:23 AM, Joanne Lello <LelloJ at cardiff.ac.uk> wrote: > Dear all, > > I have been using the contrast library They're packages! [snip] For the sake of the good Martin Maechler, Josh -- Joshua...

completing missing samples
Joshua Wiley · Sep 17, 2011 · r-help

On Sat, Sep 17, 2011 at 1:43 PM, Joshua Wiley <jwiley.psych at gmail.com> wrote: > Hi Eran, > > You have already gotten some suggestions from Michael, but I think > that Rich is correct to question the rational. ?Any mechanism...

plot.prcomp() call/eval
Joshua Wiley · Jun 29, 2012 · r-help

On Fri, Jun 29, 2012 at 1:20 AM, Jessica Streicher <j.streicher at micromata.de> wrote: > Hm.. i attached a file with the code, but it doesn't show up somehow.. non text files are scrubbed, and only certain...

generate simple function with pre-defined constants
Joshua Wiley · Jun 6, 2013 · r-help

On Thu, Jun 6, 2013 at 9:05 AM, William Dunlap <wdunlap at tibco.com> wrote: > > I said the force was 'required' in the sense that without it > the function will fail to do what you want in some situations...

Removing rows with earlier dates
Joshua Wiley · Dec 24, 2010 · r-help

> with(YourDataFrame, tapply(`Effective Date`, `RULE COLUMNS`, > ?function(x) x[which.max(x)])) David pointed out that this will just return a table of dates. One work around is: do.call("rbind", by(DataFrame, DataFrame[, "RULE COLUMNS"], function(x) x...

Correlation coefficient of large data sets
Joshua Wiley · Mar 15, 2010 · r-help

I think what you have done should be fine. read.table() will return a data frame, which cor() can handle happily. For example: my.data <- read.table("file.csv", header = TRUE, row.names = 1, sep=",", strip.white = TRUE) # assign your...

Rprofile.site under Windows 7?
Joshua Wiley · May 4, 2012 · r-help

On Fri, May 4, 2012 at 7:17 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > On 12-05-04 7:40 PM, Spencer Graves wrote: [snip] >> ? ? ? ?This is almost enough to drive a person to join the "I...

Problem with package development
Joshua Wiley · Jun 2, 2011 · r-help

Okay, that might have been a little strong. "screams bloody murder" is a warning, not technically an error, and does not occur when simply running R CMD build. That said, the OP did mention using R CMD check and pdflatex...

Average 2 Columns when possible, or return available value
Joshua Wiley · Jun 25, 2010 · r-help

btw, if you just wanted your exact code to work: t(as.matrix(aggregate(t(as.matrix(DF)),list(rep(1:1,each=2)),mean, na.rm=TRUE)[,-1])) You will get NaNs rather than NAs where you are missing...

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