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.

5 results for “from:Stathis Kamperis”

Varying statistical significance in estimates of linear model
Stathis Kamperis · Aug 8, 2013 · r-help

Hi everyone, I have a response variable 'y' and several predictor variables 'x_i'. I start with a linear model: m1 <- lm(y ~ x1); summary(m1) and I get a statistically significant estimate for 'x1'. Then, I modify my model...

How to replace a column in a data frame with another one with a different size
Stathis Kamperis · Jul 8, 2012 · r-help

Hello everyone, I have a dataframe with 1 column and I'd like to replace that column with a moving average. Example: > library('zoo') > mydat <- seq_len(10) > mydat [1] 1 2 3 4 5 6 7 8 9 10...

Varying statistical significance in estimates of linear model
Stathis Kamperis · Aug 9, 2013 · r-help

For archiving reasons: 1. "Practical Regression and Anova using R" by Faraway 2. Possible reason: multi-collinearity in predictor variables. Thanks everybody! On Thu, Aug 8, 2013 at 1:43 PM, Stathis Kamperis <ekamperi at gmail.com> wrote: > Hi everyone...

Reshape2, melt, order of categorical variable and ggplot2
Stathis Kamperis · Oct 7, 2012 · r-help

Hello everyone, I have the following data frame: > df V1 V2 V3 1 bench1_10 16675 16678 2 bench1_10 16585 16672 3 bench1_100 183924 185563 4 bench1_100 169310 184806 5 bench1_300 514430 516834 6 bench1_300...

Reshape2, melt, order of categorical variable and ggplot2
Stathis Kamperis · Oct 8, 2012 · r-help

Salute, David and Jim, thank you for your response. I managed to solve my issue by using levels(). Best regards, Stathis On Mon, Oct 8, 2012 at 9:59 AM, Jim Holtman <jholtman at gmail.com> wrote: > use the 'levels...

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