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:AC Del Re”

Retaining variable name in a function
AC Del Re · Mar 17, 2010 · r-help

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

Retaining variable name in a function
AC Del Re · Mar 17, 2010 · r-help

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

Removing rows in dataframe w'o duplicated values
AC Del Re · Nov 22, 2011 · r-help

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

MLM of Longitudinal Data
AC Del Re · Apr 6, 2010 · 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/20100406/9c73e06e/attachment.pl>

weighted mixed model regression
AC Del Re · Nov 18, 2011 · 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/20111118/caa05026/attachment.pl>

Take variables in data.frame and create list of matrices
AC Del Re · Nov 3, 2011 · r-help

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

selecting first row of a variable with long-format data
AC Del Re · Sep 25, 2011 · r-help

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

Take variables in data.frame and create list of matrices
AC Del Re · Nov 3, 2011 · r-help

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

selecting first row of a variable with long-format data
AC Del Re · Sep 25, 2011 · r-help

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

LMM with Big data using binary DV
AC Del Re · Feb 8, 2012 · 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/20120208/1b8ef48a/attachment-0001.pl>

LMM with Big data using binary DV
AC Del Re · Feb 9, 2012 · 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/20120209/8310f852/attachment-0001.pl>

R-Commander plug-in difficulties
AC Del Re · Feb 15, 2010 · r-help

Hi All, I have recently created an Rcmdr plugin package and it passed all the checks and was uploaded to CRAN. I then downloaded it from CRAN and tried running it from my local R program and received this error...

Simulating data with conditions
AC Del Re · May 24, 2011 · r-help

Hi, I am wanting to simulate data where a percentage of the data has multiple duplicated id variables (with unique values of another factor variable for the dupicated id variables). Im having trouble figuring out an efficent way to do...

aggregating using 'with' function
AC Del Re · Feb 20, 2010 · r-help

Hi All, I am interested in aggregating a data frame based on 2 categories--mean effect size (r) for each 'id's' 'mod1'. The 'with' function works well when aggregating on one category (e.g., based on 'id' below) but...

creating functions question
AC Del Re · Feb 15, 2010 · r-help

Hi All, I am interested in creating a function that will take x number of lm objects and automate the comparison of each model (using anova). Here is a simple example (the actual function will involve more than what Im...

[R-meta] vi versus sei in rma() give different results
AC Del Re · Oct 18, 2017 · r-sig-meta-analysis

You just need to specify in the arguments whether it's sei or vi, eg, # vi res <- rma(measure="SMD", yi, vi=vi, data=re, method="FE", digits=2) #sei res <- rma(measure="SMD", yi, sei=sei, data=re, method...

creating functions question
AC Del Re · Feb 15, 2010 · r-help

Perfect! Thank you, Dimitris. AC On Mon, Feb 15, 2010 at 1:45 PM, Dimitris Rizopoulos <d.rizopoulos at erasmusmc.nl> wrote: > try this: > > MRfit <- function (...) { > ? ?models <- list(...) >> ? ?do.call(anova, models) >> } >> >> >> I hope it helps. >> >> Best, >> Dimitris >> >> >> AC Del...

[R-meta] Using MAd agg function
AC Del Re · Dec 17, 2017 · r-sig-meta-analysis

Hi Emily, Technically, yes, you have accounted for dependent effect sizes (ES) and could use this aggregate ES in further analyses. However, I think it depends on the actual outcomes and if it makes sense to aggregate. For example, 3...

aggregating using 'with' function
AC Del Re · Feb 20, 2010 · r-help

Perfect! Thanks Jim. Do you know how I could then reduce the data even further? Specifically, reducing it to 1 id per row? In this dataset, id 1 would have one row eliminated. Assume the data is much larger and...

aggregating using 'with' function
AC Del Re · Feb 20, 2010 · r-help

OK, this is great, Jim. Last question: How about if I want the 1 copy of each id to be selected randomly versus taking the first one? Thank you, AC > On Sat, Feb 20, 2010 at 8:37 PM, jim...

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