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.

9 results for “from:asafw”

Data type in a data frame
asafwe · Oct 23, 2012 · r-help

So helpful, Arun -- Thank you! Asaf -- View this message in context: http://r.789695.n4.nabble.com/Data-type-in-a-data-frame-tp4647161p4647171.html Sent from the R help mailing list archive at Nabble.com.

Counting duplicates in a dataframe
asafwe · Oct 22, 2012 · r-help

Thank you all; David -- this is, in fact, exactly what I need! Asaf -- View this message in context: http://r.789695.n4.nabble.com/Counting-duplicates-in-a-dataframe-tp4646954p4647075.html Sent from the R help mailing list archive at...

Two-way Random Effects with unbalanced data
asafwe · Nov 8, 2012 · r-help

Matthias, This is so very helpful! Thank you so much for exposing me to this. Seems like exactly what I was looking for. Best regards, Asaf -- View this message in context: http://r.789695.n4.nabble.com/Two-way-Random...

Mac shortcut for running a script
asafw · Dec 13, 2011 · r-help

Hi, I wonder if there is a mac equivalent to ctrl+r shortcut for running a script line.. (I am using MAC OS X 10.7.2). I saw this post http://r.789695.n4.nabble.com/Shortcut-to-run...

What does uniroot return when an error occurs
asafwe · Nov 1, 2012 · r-help

Hi, I'm using the uniroot function, and would like to detect an error which occurs, for instance, when the values at endpoints are not of opposite signs. For example: uniroot( function(x) x^2+1, lower=1, upper=2...

predict for a cv.glmnet returns an error
asafw · Nov 1, 2011 · r-help

Hi there, I am trying to use predict() with an object returned by cv.glmnet(), and get the following error: no applicable method for 'predict' applied to an object of class "cv.glmnet" What's wrong? my code: x=matrix...

Data type in a data frame
asafwe · Oct 23, 2012 · r-help

Hi all, How does R know to regard a variable as a factor and not a character? For example, consider the following table: Observation Gender Dosage Alertness 1 m a 8 2 m a 12 3 m a 13 4...

Counting duplicates in a dataframe
asafwe · Oct 21, 2012 · r-help

Hello, I am looking at a two-way ANOVA dataset, and would like to count the rows in the dataframe with the same level of the first factor ("Gender") and the second factor ("Dosage"). In other words, I am interested...

Two-way Random Effects with unbalanced data
asafwe · Oct 29, 2012 · r-help

Hi there, I am looking to fit a two-way random effects model to an *unblalanced* layout, y_ijk = mu + a_i + b_j + eps_ijk, i=1,...,R, j=1,...,C, k=1,...,K_ij. I am interested first...

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