Re: [R] add trailing dates with rbind

2020-08-12 Thread Frederik Feys
ge them with 'joins' (left joins, right joins, > full joins). xts will automatically handle alignment > and preserving dates, etc. > > HTH, > Eric > > > > > On Wed, Aug 12, 2020 at 2:44 PM Frederik Feys <mailto:fref...@gmail.com>> wrote: >

[R] add trailing dates with rbind

2020-08-12 Thread Frederik Feys
supplied Thank you for your time to help me! Frederik Feys __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and

Re: [R] how to summarize results from studies?

2020-07-01 Thread Frederik Feys
to tools in R that can support that >> approach. >> That being said, the details of specific methodologies and conceptual >> assistance would be beyond the scope of this list. You should consider >> consulting a local statistician for assistance with that, if needed. >&

Re: [R] how to summarize results from studies?

2020-07-01 Thread Frederik Feys
roach. > > That being said, the details of specific methodologies and conceptual > assistance would be beyond the scope of this list. You should consider > consulting a local statistician for assistance with that, if needed. > > Regards, > > Marc Schwartz > >> On Jul

[R] how to summarize results from studies?

2020-07-01 Thread Frederik Feys
Hello everyone I have some studies with results from the same outcome scale. I want to merge them into 1 summarised estimated result and its standard deviation. How do I do that in R? Thank you very much for your help! Frederik __ R-help@r-project.org

Re: [R] how to combine uncertainty and weighting in spearman correlation?

2020-06-22 Thread Frederik Feys
of the Ys are from exactly the same uniform >> distribution. >> By "combine"-ing both approaches, are you wanting to weight each pair? >> >> w1(X1, X1) + w2(X2, Y2) + ... + wn(Xn, Yn) >> >> I note that you haven't told us much about your data. >

[R] how to combine uncertainty and weighting in spearman correlation?

2020-06-21 Thread Frederik Feys
function: https://www.r-bloggers.com/finding-correlations-in-data-with-uncertainty/ weighted: I do weighted correlations with the wCorr package. Now I want to combine both approaches in one approach for a final analysis. How would you do that? Thanks for the help! Frederik Feys PhD Medical