Displaying 10 results from an estimated 10 matches for "typesetters".
Did you mean:
typesetter
2006 Aug 07
2
Backquote in R syntax
Hi Folks,
Can someone satisfy my curiosity (well, at least about
the following query!)
Reading the draft proofs of an article I've been asked
to look through, I find the typesetter has set what
would normally be entered as
source("xyz.R") or source('xyz.R')
as
source(`xyz.R')
i.e. it has come out with an opening backquote, then
xyz.R, then a closing forward
2004 Jan 26
0
SharpEye: www.visiv.co.uk
I have been running SharpEye under Wine for a few weeks now. There
are a couple of problems
1) The fonts don't always appear correct. Sometimes they correctly show as
Arial, sometimes as SmallCaps
2) Can't get TWAIN to work - see earlier message
3) The pull down menus display as XMFile etc. instead of File etc. The author
of SharpEye says this is a bug in Wine.
-Nigel
--
Nigel Horne.
2002 Mar 29
0
use of expand.model.frame
...prestige log(income) education type income
GOV.ADMINISTRATORS 68.8 9.421492 13.11 prof 12351
GENERAL.MANAGERS 69.1 10.161187 12.26 prof 25879
ACCOUNTANTS 63.4 9.134647 12.77 prof 9271
. . .
TYPESETTERS 42.2 8.773694 10.00 bc 6462
BOOKBINDERS 35.2 8.193400 8.55 bc 3617
>
even though
> environment(formula(mod.2))
<environment: R_GlobalEnv>
>
that is, still the global environment.
Obviously, I'...
2011 May 31
1
Problem with % in an example when running R CMD check
Using
platform x86_64-pc-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
status
major 2
minor 13.0
year 2011
month 04
2007 Mar 19
1
CreateScalableFontResourceA
Hello,
I'm trying to run a program called "elektronisches gesangbuch" under
wine. Nearly everything works fine, but i get the following error
during application startup:
fixme:font:WineEngRemoveFontResourceEx :stub
fixme:font:CreateScalableFontResourceA
(0,"y:\\.wine\\drive_c\\eg2\\fonts\\Capella.fot","y:\\.wine\\drive_c\\eg2\\fonts\\Capella.ttf",(null)):
stub
2013 Feb 08
1
First R package, advice
On 02/07/2013 05:00 AM, r-help-request at r-project.org wrote:
> I'd argue that there's an important distinction between documenting a
> function (how to use it) vs. documenting an algorithm (how it works).
> I think noweb can work well for describing how something works, but
> it's not so good for describing how to use it
I'm a big fan of noweb for the source code,
2002 Mar 29
1
expand.model.frame fails when call creating model has no data (PR#1423)
...prestige log(income) education type income
GOV.ADMINISTRATORS 68.8 9.421492 13.11 prof 12351
GENERAL.MANAGERS 69.1 10.161187 12.26 prof 25879
ACCOUNTANTS 63.4 9.134647 12.77 prof 9271
. . .
TYPESETTERS 42.2 8.773694 10.00 bc 6462
BOOKBINDERS 35.2 8.193400 8.55 bc 3617
>
even though
> environment(formula(mod.2))
<environment: R_GlobalEnv>
>
that is, still the global environment.
I'm able to...
2001 May 22
4
win98 trashed & !$!$ files
Wine (20000213-1) has apparently trashed my win98. Many files seemed to
have been moved to directories named !$!$!$!$.*. Windows starts, but
almost nothing works since programs have been moved to these to these
directories. Any help in fixing the situation will be greatly appreciated.
This is on RedHat 6.2 (2.2.14).
winecheck gives
This script verifies the configuration of the whole Wine
2008 Oct 11
6
Sweave-LaTEX question
Hi:
I am working on a publication and I have heard about LaTEX but I haven't actually tried to learn about it until today. I've found a few examples but I can't actually make them work properly. I have a couple of questions:
Does LATEX have to be installed on your computer? How does the xtable package and Sweave work together? How can I make the code below create a table as pdf file?
2010 Aug 24
0
mlm for within subject design
Thank you for reading. I am trying to get sphericity values, and I understood I need to use mlm, but how do I implement a nested within subject design in mlm? I already read the R newsletter, fox chapter appendix, EZanova, and whatever I could find online.
My original ANOVA
anova(aov(resp ~ sucrose*citral, random =~1 | subject, data = p12bl, subset = exps==1))
Or
anova(aov(resp ~