Displaying 2 results from an estimated 2 matches for "researchpap".
Did you mean:
researchexp
2002 Apr 13
2
trouble getting output from graphs, again
...something a little different, I
cannot get output saved just right.
This is on RedHat 7.2 with R 1.4.1.
The png output looks fine, but the eps output has the problem that the
bounding box on the legend cuts the legend in half. I put a copy of a
bad one here:
http://lark.cc.ukans.edu/~pauljohn/ResearchPapers/meanProtest-box.eps
When I asked about these chores about 6 months ago, I got some tips
which have worked other times. I had the impression that if I set the
size of the x11 device to match the eventual ps output size, then all
would be OK. But its not this time.
Here's my code:
dat &l...
2011 Nov 15
2
Models with ordered and unordered factors
Hello;
I am having a problems with the interpretation of models using ordered or
unordered predictors.
I am running models in lmer but I will try to give a simplified example
data set using lm.
Both in the example and in my real data set I use a predictor variable
referring to 3 consecutive days of an experiment. It is a factor, and I
thought it would be more correct to consider it ordered.
Below