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.

56 results for “from:Sophy”

Prediction for "new" data from a binomial glmm fitted using lmer
Sophie.Bestley at csiro.au · Jan 17, 2008 · 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/20080118/7eae5977/attachment.pl>

I'm writing this letter to enquire where can I download the package of "lmtest".
Sophy · Nov 20, 2011 · r-help

Dear editor: I'm writing this letter to enquire where can I download the package of "lmtest". Can you send me this package? THanks a lot. Best regards, Shu-Fei Wu

export variable from bash to R
sophie · Oct 30, 2012 · r-help

Hi Barry, I already tried adding print commands, but even if I put the print command right under "myscript <- function()", there is no printed output in the shell... sophie -- View this message in context: http://r.789695.n4.nabble.com...

export variable from bash to R
sophie · Oct 30, 2012 · r-help

Hi Barry, OK, now I absolutely do feel like the newbie I am :-) I added the function call, and - what a surprise - everything is working fine. Thanks a lot, sophie -- View this message in context: http://r.789695.n4.nabble...

Enquiring examples to get the results of two tests
Sophy · Jul 1, 2012 · r-help

Please help me to provide examples to run the following two tests. 1. multivariate shapiro test 2. multivariate Levene's test to test if the variance of each population is homogeneous for correlated multiple populations. Especially what packages and commands...

Association rules
Sophie Tricaud-Vialle · Jul 26, 2005 · r-help

Hello ! I just start in using R, and I have already questions... I want to use the arules package : I have installed the package, and have the arules package 's reference manual, but I haven't yet understood how to...

glm convergence warning
Sophie Baillargeon · May 17, 2012 · r-help

Hi, When I run the following code : Y <- c(rep(0,35),1,2,0,6,8,16,43) cst <- log(choose(42, 42:1)) beta <- 42:1 tau <- (beta^2)/2 fit <- glm(formula = Y ~ offset(cst) + beta + tau...

[Bioc-devel] Not associated with a maintainer
Wind, Sophie-Marie · May 30, 2025 · bioc-devel

Dear Bioconductor Team, I have submitted a package to you (https://github.com/Bioconductor/Contributions/issues/3812). I used these instructions as a guide (https://github.com/Bioconductor/Contributions?tab=readme-ov-file). Now I wanted to perform a version...

Rcpp and mclapply
sophie_brugieres at mpipsykl.mpg.de · Oct 10, 2013 · r-help

Dear all, I have an R script that uses Rcpp, and I have been trying to parallelize it using mclapply (I tried with the multicore and the parallel library) Sometimes (not always, interestingly), the CPU use for each core drops...

jpeg() and png() in R-2.4.x (PR#9423)
sophie.martin at actigenics.com · Dec 20, 2006 · r-devel

I have tried to install R-2.4.x on my computer (linux - mandriva 2007 - 64bits), with tar file for R-4.2.1 and rpm file for R-2.4.0, and function capabilities() says to me that JPG...

non linear regression with R
Sophie Gerber · Oct 22, 2003 · r-help

Dear Colleagues, I have x, y data (pollen and seed dispersal from oaks !) that I would like to fit with a function which look like this: p(a,b,x,y)=b/(2*pi*a?gamma(2/b))*exp(-(square...

nonlinear least squares, multiresponse
Sophie Smout · Apr 24, 2002 · r-help

I'm trying to fit a model to solve a biological problem. There are multiple independent variables, and also there are multiple responses. Each response is a function of all the independent variables, plus a set of parameters. All the...

Error in La.svd(X) : error code 1 from Lapack routine 'dgesdd'
Sophie Richier · Mar 5, 2007 · r-help

Dear R helpers, I am working with R 2.4.1 GUI 1.18 (4038) for MacOSX. I have a matrix of 10 000 genes and try to run the following commands: > model.mix<-makeModel (data=data, formula=~Dye+Array...

bottom area of a lake calculation
sophie@lebl@@c m@ili@g off @euf@fr · Aug 8, 2018 · r-sig-geo

<span style="font-family:arial,helvetica,sans-serif; font-size:12px">?</span>Dear all,<br> <br> I would like to calculate the bottom area of a lake. I have already used marmap to calculate projected area, i.e. surface area...

[Bioc-devel] BiocCheck fails
Wind, Sophie-Marie · Jan 29, 2026 · bioc-devel

Dear Bioconductor Team , since yesterday, I've been getting the following issue while running BiocCheck(): ``` > BiocCheck::BiocCheck() ?? Installing fourSynergy ?????????????????????????????????????????????????????? ? Package installed successfully ?? fourSynergy session metadata ???????????????????????????????????????????????? ? sourceDir: /home/rstudio/testing/fourSynergy ? BiocVersion: 3.21 ? Package: fourSynergy ? PackageVersion: 0.99.6 ? BiocCheckDir...

export variable from bash to R
sophie · Oct 30, 2012 · r-help

Hi Barry Thank you very much for your reply. I changed my scripts according to your suggestions - this is how they look now: #!/bin/bash VARIABLES=( a b c d ) for i in ${VARIABLES[@]}; do export VARIABLENAME=$i Rscript -e...

Multiple matrix multiplication with two 3-dimensional arrays
Sophie Baillargeon · Sep 8, 2006 · r-help

Hi, I need to do several matrix multiplications with the corresponding matrices forming two 3-dimentional arrays. To illustrate my problem, let's say I have the following 3-dimensional arrays: array1 <- array(1:30,dim=c(3,2,5...

question about the anova() function for deviance analysis
Sophie Dubois · Apr 16, 2017 · r-help

Dear Maintener, > I have recently had a bad experience with the anova() function. > Indeed, I wanted to process a deviance analysis between 2 mixed linear > models and I was really surprise to see that depending on the ordre in > which...

ski.mack test in R
Sophie Bleke · Aug 20, 2019 · r-help

Dear R-Help List, For part of my data, which I analyse with Friedman.test, there is data missing, which is a normal result of the experimental setup. If I am correct, I need to use the Ski.Mack test...

GLM: Difference between treatment groups for each colony (Tukey posthoc test)
Sophie Waegebaert · Dec 7, 2015 · r-sig-mixed-models

Hi, I'm still learning how to use R and I have some trouble making using Tukey posthoc tests. I have a dataset with 3 colonies (A, B and C). Each colony is divided into 2 treatments: control and DWV...

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