search for: mass_

Displaying 6 results from an estimated 6 matches for "mass_".

Did you mean: mass
2011 Mar 18
0
predict.nlme
Hi folks, I am having trouble to plot a mixed model analysis of covariance (ANCOVA). To do so I use the function predict in nlme but the line that is being drawn is totally out of control!!! here is my script (where MASS_S is dry mass and MASS_F is fresh mass): MEN<-read.table("Mentha_lme2.txt", h=T) attach(MEN) lme1<-lme(log(MASS_S)~log(MASS_F)*TREAT, random=~1|INDIV) summary(lme1) anova.lme(lme1) plot(log(MASS_F), log(MASS_S), type="n") points((log(MASS_F)[TREAT=="A"]), (log(MA...
2016 Feb 01
3
Wrong config check for __libc_stack_end
@Simon. Here's what I did. I checked out R revision 70059. Ran export r_cv_libc_stack_end=no. (otherwise it would give that error we talked about before) Ran ./configure --without-recommended-packages. (otherwise it would complain of not finding ./src/library/Recommended/MASS_*.tar.gz) Ran make. Ran make check. Log is here - http://pastebin.com/raw/cGJgqB8p What do you think? Is there anything else I can do to help solve this issue? On Mon, Feb 1, 2016 at 11:36 AM, Simon Urbanek <simon.urbanek at r-project.org> wrote: > > On Feb 1, 2016, at 4:16 AM, Marti...
2016 Feb 01
0
Wrong config check for __libc_stack_end
...it. Also please don't build in the sources - you'll have trouble making sure they are clean. It is recommended to build in a separate directory (see the docs). > Ran ./configure --without-recommended-packages. (otherwise it would > complain of not finding ./src/library/Recommended/MASS_*.tar.gz) I guess you forgot to run tools/rsync-recommended perhaps? It doesn't matter either way for the above issues, but it's probably better to build with recommended packages. Cheers, Simon > Ran make. > Ran make check. Log is here - http://pastebin.com/raw/cGJgqB8p > &gt...
2016 Feb 01
3
Wrong config check for __libc_stack_end
...e don't build in the sources - you'll have trouble making sure they are clean. It is recommended to build in a separate directory (see the docs). > > >> Ran ./configure --without-recommended-packages. (otherwise it would >> complain of not finding ./src/library/Recommended/MASS_*.tar.gz) > > I guess you forgot to run > tools/rsync-recommended > perhaps? It doesn't matter either way for the above issues, but it's probably better to build with recommended packages. > > Cheers, > Simon > > >> Ran make. >> Ran make check. Log is h...
2016 Feb 01
3
Wrong config check for __libc_stack_end
>>>>> Alba Pompeo <albapompeo at gmail.com> >>>>> on Fri, 29 Jan 2016 08:23:26 -0200 writes: > Here is my log from 'make check' using an Intel i5 64-bit > processor - http://pastebin.com/raw/N6SYAuFX Here is > Isaac's log from 'make check' using an Intel Atom 32-bit > processor -
2016 May 24
3
Latest R-devel build failing on OS X
I agree with Martin's summary of the situation, and with the updated NEWS entry. I'm not familiar with Subversion, can you tell me the command to use? (I tried "svn co https://svn.r-project.org/R/" but it seems to be downloading all branches) Frederick On Tue, May 24, 2016 at 04:30:11PM +0200, Martin Maechler wrote: > >>>>> peter dalgaard <pdalgd at