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.
Dear Frank,
Dear Rafael, 1. "Does the QM-test, with an intercept in the model, evaluates if the average true outcomes of subgroups differ from the reference level or from 0?"
> Package Hmisc by Prof. Frank E Harrell (new windows versions just > announced!) has a lot of functions to do that. > > Also, have a look at package Sweave by Friedrich Leisch, which allows > to combine Latex and R commands. And package...
Dear R Users, When plotting, R by default leaves some "white space" at the top of the graph for the title. How can I get rid or reduce the size of the amount of space decicated for the title? Thanks...
Hello, outer() is great for avoiding things like: for (val1 in val1s) { for (val2 in val2s)) { x[i,j] <- somefunction(val1, val2) } } The same can be obtained with: outer(val1s, val2s, somefunction) But what if there are three (or more...
Standard error. Best, Wolfgang On Sat, 4 Sep 2021, wahyu catur adinugroho wrote: > Standard Error of Mean or Standard Deviation need to input in rma.uni as sei= > > Dear, > > I have question related with standard error of Mean or Standard...
Hello All, I am trying to put a math expression into a plot title and at the same time, I want a value in the title to depend on a variable that I set earlier. Simple Example: n <- 20 plot...
> What they need a simple way to enter data (as most have used Excel a > spreadsheet is what I am looking for) At least on some platforms, data.entry() will fulfill that purpose. -- Wolfgang Viechtbauer -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read...
Hello Everybody, Is there a function available for calculating the density of a non-central t distribution? (dt does not accept the ncp option). Thanks in advance! -- Wolfgang Viechtbauer "Are you not thinking what I am not thinking?" -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help...
Just as a follow-up to this: >For each email platform, activating plain-text may be done >differently. For gmail, you can use the three vertically stacked dots >on the lower left corner of the email window. A relevant google...
Thanks to all the people who replied to my question. After trying out some of the suggestions, it seems that, in general, using outer() is really the most sensible way of going. Another suggestion was to use: x[as.character...
Dear Klaow, What kind of effect size / outcome measure are you using? Best, Wolfgang >-----Original Message----- >From: R-sig-meta-analysis [mailto:r-sig-meta-analysis-bounces at r-project.org] On >Behalf Of Klaow sota >Sent: Monday, 19 September...
Hello all, Say I would like to change the outcome in a formula to a variable not part of the original dataset. This works just fine: res <- lm(mpg ~ wt + cyl, data=mtcars) res y <- rnorm(nobs(x)) update(x...
Hello All, I am wondering if there has ever been any discussion/consideration given to incorporating MathJax (or something similar) into R for rendering equations in .Rd files. I know that equations are rendered beautifully in the pdf manuals, but...
> >I have a question about normalizing data. The goal is to normalize the > >dataset per column, so all the data in each column is scaled to the > >interval (0,1), will have a mean of 0 and a standard deviation...
> Is the code for creating the screenshot plots found at: > 1. http://www.r-project.org/screenshots/persp-surface.jpg > 2. http://www.r-project.org/screenshots/volcano-persp.jpg > available? > > How is the shadow added to the 3D surfaces...
Hi All, I am trying to create a vector of expressions, where the elements in the expressions are contained in other vectors (i.e., they should be substituted). I made some attempts with substitute() and bquote(), but couldn't get...
Hi all, For people working with intensive longitudinal data as may be collected by methods such as 'ecological momentary assessment' (EMA) or the 'experience sampling method' (ESM), I am teaching a course December 6-8 on the use of mixed...
Hello R-Helpers, plot(x, y, type="b", pch="1") plots x vs. y with both a line and the symbol "1" but how do I change the "spacing" of the symbol being plotted. In other words, I don't...
Dear Petr, Sorry, no experience with the FTH, but related to this, has anybody gotten R to interface nicely with the Retro Encabulator, providing live read outs of the synchronizing cardinal grammeters? (my apologies, I just couldn't resist) Best...
Can't find what you're looking for? Try searching with Google .