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.

58 results for “from:Yuan Chun Ding”

[R-meta] do I need to do meta analysis and how to perform meta analysis for observational studies
Yuan Chun Ding · Jun 24, 2019 · r-sig-meta-analysis

Dear meta-analysis users, I have collected raw data from five observational studies, so a total of 1300 observations or patients, then for each patients there are 17,000 variables, since all five studies used the same method to measure...

please help generate a square correlation matrix
Yuan Chun Ding · Jul 27, 2024 · r-help

HI Bert, Thank you for extra help!! Yes, exactly, your interpretation is perfectly correct and your R code is what I should look for. after generated all those negative values of correlation, I thought about the extremely small p values...

please help generate a square correlation matrix
Yuan Chun Ding · Jul 25, 2024 · r-help

Hi R users, I generated a square correlation matrix for the dat dataframe below; dat<-data.frame(g1=c(1,0,0,1,1,1,0,0,0), g2=c(0,1,0,1,0,1,1,0,0), g3...

a fast way to do my job
Yuan Chun Ding · Aug 10, 2024 · r-help

HI Bert and Ben, Yes, running lm.fit using the matrix format is much faster. I read a couple of online comments why it is faster. However, the residual values for three tested variables or genes from lm function and...

find multiple mode
Yuan Chun Ding · Mar 15, 2020 · r-help

sorry, this is not a homework question although I am working at home now due to COVID19 virus spreading in California. I tried to write a function to convert input data file. > tem4$Var1 [1] 1 3 4 5 6...

a simple reshape
Yuan Chun Ding · Apr 4, 2020 · r-help

Hi Deepayan, Thank you very much!! Yes, your method also works very well, I thought about creating an extra time variable, but did not know how to do it. Ding ________________________________________ From: Deepayan Sarkar [deepayan.sarkar at gmail.com] Sent: Saturday...

[R-meta] do I need to do meta analysis and how to perform meta analysis for observational studies
Yuan Chun Ding · Jul 18, 2019 · r-sig-meta-analysis

Hi Wolfgang, Thank you so much for your help!!! I got it. Yuan Ding ________________________________________ From: Viechtbauer, Wolfgang (SP) [wolfgang.viechtbauer at maastrichtuniversity.nl] Sent: Thursday, July 18, 2019 4:46 AM To: Yuan Chun Ding; r-sig-meta-analysis at...

find multiple mode, sorry for not providing enough information
Yuan Chun Ding · Mar 15, 2020 · r-help

You **might** do better pursuing this sort of thing on the Bioconductor site: https://www.bioconductor.org/help/<https://urldefense.com/v3/__https://www.bioconductor.org/help/__;!!Fou38LsQmgU!441uqddHFvpuq6wfAy-jNNUZ8Dz_jGxN9itKerhoPxav-yjaqUkpwPhN4bJJ$> They often have professionally written R packages tailored...

find multiple mode, sorry for not providing enough information
Yuan Chun Ding · Mar 15, 2020 · r-help

sorry, I just came back. Yes, Abby's understanding is right. > tem4$Var1 [1] 1 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 20 21 22 23 24 25 31 > tem4$Freq...

a fast way to do my job
Yuan Chun Ding · Aug 10, 2024 · r-help

after add intercept, all residuals are the same from lm or lm.fit. Ding From: Bert Gunter <bgunter.4567 at gmail.com> Sent: Saturday, August 10, 2024 1:00 PM To: Yuan Chun Ding <ycding at coh.org> Cc: Ben...

a fast way to do my job
Yuan Chun Ding · Aug 10, 2024 · r-help

Hi Bert and Ben, Thanks a lot for your suggestion!!. About the different residuals between lm function and lm.fit, from online search, lt seems like that I need to add an intercept in the design matrix x; pur2 <- matrix...

data reshape
Yuan Chun Ding · Dec 20, 2019 · r-help

Hi Bert, Thank you for the elegant code example. I achieved my goal using lapply function and do.call function together. Reduce function is nicer one and I am looking into it. Ding From: Bert Gunter [mailto:bgunter.4567 at...

to create a new variable based on values in other variables
Yuan Chun Ding · Apr 7, 2020 · r-help

Hi Bert, your code worked perfect. you always make me learn new R code skills! Thank you so much!! Ding ________________________________________ From: Bert Gunter [bgunter.4567 at gmail.com] Sent: Tuesday, April 7, 2020 12:53 PM To: Yuan Chun Ding...

apply a color range (kind of like a heat map) to the values in each cell of a data frame
Yuan Chun Ding · Jun 17, 2021 · r-help

Dear R users, I have a numeric table with 140 rows and 30 columns, here I only made partial table, test1, as an example. I want to apply a blue color range to the value in each cell of the...

please help generate a square correlation matrix
Yuan Chun Ding · Jul 25, 2024 · r-help

Hi Rui, You are always very helpful!! Thank you, I just modified your R codes to remove a row with zero values in both column pair as below for my real data. Ding dat<-gene22mut.coded r <- P <- matrix(NA...

please help generate a square correlation matrix
Yuan Chun Ding · Jul 25, 2024 · r-help

HI Rui, Thank you for the help! You did not remove a row if zero values exist in both column pair, right? Ding From: Rui Barradas <ruipbarradas at sapo.pt> Sent: Thursday, July 25, 2024 11:15 AM To: Yuan...

my R code worked well when running the first 1000 lines of R code
Yuan Chun Ding · Jun 12, 2024 · r-help

I am sorry that I know I should provide a dataset that allows to replicate my problem. It is a research dataset and quite large, so I can not share. Both Bert and Tim guessed my problem correctly. I also...

apply a color range (kind of like a heat map) to the values in each cell of a data frame
Yuan Chun Ding · Jun 18, 2021 · r-help

Hi Jim, Thank you so much for your help! I looked into the plotrix package, the addtable2plot function can do somewhat I want by creating an empty plot first. Ding -----Original Message----- From: Jim Lemon [mailto:drjimlemon at gmail.com...

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