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.

105 results for “from:Yue”

[R-meta] How could I conduct meta-analysis with single group percentage outcomes?
Yue Yin · Mar 21, 2022 · r-sig-meta-analysis

Hi, all, I want to conduct a meta-analysis using R on a bunch of articles. The outcomes are in percentage format and it is single group. I am wondering how could I use R to do this kind of...

re store pictures in an automatically named files using loops
Bin Yue · Dec 17, 2007 · r-help

I put bmp() before the plot() syntax , then the code worked. Bin Yue wrote: > > Dear all: > I hope that the file in which the picture is stored has the same name > as the " main" title of the picture . But it...

Problems with NA's
Bin Yue · Nov 20, 2007 · r-help

somewhere I read that " !is.na(your_vector)" is better than "your_vector!=NA" . Thomas L Jones, PhD wrote: > > Difficulty handling NA's: > Assume that I have a numeric vector y. For simplicity, assume that it has > 10 > elements. Assume...

[Rcpp-devel] failed to compile code on the server with simple operations on matrices with type fmat {RcppArmadillo}
Yue Li · Jun 3, 2015 · rcpp-devel

Thanks for looking into it. I will try to get it work on the server. > On Jun 3, 2015, at 6:42 AM, Dirk Eddelbuettel <edd at debian.org> wrote: > > > It also works for me on Linux: > > R> sourceCpp("/tmp...

firth's penalized likelihood bias reduction approach
Yue · Jul 9, 2012 · r-help

hi all, I have a binary data set and am now confronted with a "separation" issue. I have two predictors, mood (neutral and sad) and game type (fair and non-fair). By "separation", I mean that in the non-fair...

[Rcpp-devel] float for BigMatrix
Yue Li · Jun 1, 2015 · rcpp-devel

Dear List, I wonder if there is a way to convert a big matrix to ?float? instead of ?double? within a Rcpp program. The reason for using float is mainly for performance improvement. For instance, I have a simple function...

[Bioc-devel] 答复: handling data.frame namespace
Alice Yue · Feb 18, 2021 · bioc-devel

Hi Martin, That... seemed to have done the trick! No I didn't have it in before, not with the quotes on ".I". Thank you so much! Alice ________________________________ ???: Martin Morgan <mtmorgan.bioc at gmail.com> ????: 2021?2?16? 17:00...

How to extract the Deviance of a glm fit result
Bin Yue · Nov 21, 2007 · r-help

dear List: glm(a~b+c,family=binomial,data=x)->fit deviance(fit) returns the same as the residual deviance. I don't not know much about logistic regression.Some book tells that: " Deviance (likelihood ratio statistic): Deviance = -2log( likelihoodof...

What is the "deviance " and the "change in deviance" of a logistic regression?
Bin Yue · Nov 25, 2007 · r-help

Dear all: I am confounded by the "deviance" and the "change in deviance" of a logistic regression ? I have a object like this: summary(glm1) Call: glm(formula = status ~ no.filter + light.filter_2, family = binomial, data = re) Deviance Residuals...

[Bioc-devel] Unclear build failure ‘appending gaps’
Yue Zhao (Jason) · Mar 26, 2019 · bioc-devel

A new error showed up: logical subscript contains NAs *--* *Yue (Jason) Zhao* PhD Candidate, Bioinformatics Program Boston University yuezh at bu.edu On Sat, Mar 23, 2019 at 11:22 AM Michael Lawrence via Bioc-devel < bioc-devel at r...

cairo_ps stopped working in Yosemite
Yue Li · Oct 21, 2014 · r-sig-mac

Thanks Simon. The warning is gone. Instead, it now crashed every time I do this: cairo_ps("~/Desktop/test.eps?) plot(1:10,1:10) I also noticed that the latest XQuartz 2.7.7 (incl. beta) was released in...

[Rcpp-devel] Is there an easy way to convert Rcpp code to pure cpp code to build a command line tool
Yue Li · May 4, 2017 · rcpp-devel

Got it. Thank you so much Dirk! Yue > On May 4, 2017, at 10:33 AM, Dirk Eddelbuettel <edd at debian.org> wrote: > > > On 4 May 2017 at 10:16, Yue Li wrote: > | Dear List, > | > | This is probably a dumb...

[Rcpp-devel] clang-omp and clang++ -fopenmp compiler (OS X)
Yue Li · Apr 5, 2016 · rcpp-devel

Dear List, I?m new to openmp and wonder if anyone know how to add -fopenmp to clang++ such that it can compile successfully without error using sourceCpp. Using the dmvnorm_arma as example (http://gallery.rcpp.org/articles/dmvnorm...

[Rcpp-devel] failed to compile code on the server with simple operations on matrices with type fmat {RcppArmadillo}
Yue Li · Jun 2, 2015 · rcpp-devel

Dear List, I?m having an issue with compiling Rcpp code using ?fmat? matrix type on the server (Linux distro: CentOS release 5.11 (Final)) and wondering if someone has a quick fix. Basically, the following code works fine on...

[Rcpp-devel] rwishart Rcpp implementation
Yue Li · Jun 11, 2015 · rcpp-devel

Dear List, I wonder if anyone could share their Rcpp code for an equivalence of rWishart. I?ve come across a similar question in the forum: http://stackoverflow.com/questions/23463852/generate-wishart-distribution-using-rwishart-within-rcpp <http://stackoverflow...

[R-pkg-devel] inconsistent between windows and debian
Xubo Yue · Apr 23, 2018 · r-package-devel

Hey I just got feedback from CRAN auto-checking and find a wired thing package brainKCCA_0.1.0.tar.gz does not pass the incoming checks automatically, please see the following pre-tests: Windows: <https://win-builder.r-project...

[Rcpp-devel] build error on a starter package made from RcppArmadillo.package.skeleton
Yue Li · May 8, 2015 · rcpp-devel

Exactly what I needed. Thanks a lot! > On May 8, 2015, at 1:04 PM, Balamuta, James Joseph <balamut2 at illinois.edu> wrote: > > For OS X install instructions see: > > http://www.thecoatlessprofessor.com/programming/rcpp-rcpparmadillo-and-os-x-mavericks...

cairo_ps stopped working in Yosemite
Yue Li · Oct 21, 2014 · r-sig-mac

Sorry never mind. Somehow it starts working properly now after a reboot. Thanks! > On Oct 21, 2014, at 6:40 PM, Yue Li <gorillayue at gmail.com> wrote: > > Thanks Simon. The warning is gone. Instead, it now crashed every time...

[Bioc-devel] Cairo error in Windows server
Yue Zhao (Jason) · Apr 13, 2020 · bioc-devel

Hi Lori, Thanks for the previous update, but the same error shows up again today, would you please check the Cairo in the Windows server? Thank you! PS. the error message: http://bioconductor.org/checkResults/release/bioc-LATEST/animalcules/tokay1...

[Rcpp-devel] deprecated log_max warning
Yue Li · Apr 21, 2016 · rcpp-devel

Thank you Dirk and Yixuan! Indeed, '-Wno-deprecated-declarations? suppresses the warning. Best, Yue > On Apr 21, 2016, at 4:26 PM, Dirk Eddelbuettel <edd at debian.org> wrote: > > > On 21 April 2016 at 15:58, Yixuan Qiu wrote: > | It...

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