Displaying 14 results from an estimated 14 matches similar to: "PRESS again"
2003 Mar 07
1
Boot
Hallo
Could anybody please help.
I have a simple linear regression model with 5 predictors. I want to
use "bootstrap residuals" to make inferences regarding beta(2)hat. After
fitting the model y=b0+b1+b2+b3+b4+b5 I tried the following:
mod <- lm(y ~ x1+x2+x3+x4+x5)
res <- resid(mod)
pred <- predict(mod)
Now, I have tried
boot(res, lm(res+pred ~ x1+x2+x3+x4+x5)$coef[3],
2013 Mar 25
1
Rd.sty not found
I'm trying to build and check a new package. But keep getting the
warning:
* checking PDF version of manual ... WARNING
LaTeX errors when creating PDF version.
This typically indicates Rd problems.
When I go into the package.Rcheck directory,
package-manual.pdf is created.
however if I do a pdflatex on package.tex I get the following:
This is pdfTeX, Version 3.1415926-2.4-1.40.13
2013 Jan 29
1
Sweave files generating miktex errors
Dear useRs--
I have been using Sweave with miktex for years, but on a new install on
Windows XP, miktex seems to be hung up on single quotes. See example below.
Digging through stackexchange, I found using \usepackage[noae]{Sweave} in
the tex file solved the problem. My questions are:
--Why would this happen? I have the ae package installed.
--If inserting [noae] is the solution, how do I
2012 Mar 14
1
issue with Rd2pdf and \Sexpr in Rd files
Hi,
The following command:
R CMD Rd2pdf --no-preview --output=./tmp.pdf --title=test genefu-package.Rd
run against this file:
https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/genefu/man/genefu-package.Rd
(username: readonly; password: readonly)
produces a very verbose error (see below)
with R version 2.15.0 alpha (2012-03-07 r58622).
The .Rd file has these lines in it:
Version: \tab
2008 Aug 08
1
[install-discuss] lucreate into New ZFS pool
Hello,
Since I''ve got my disk partitioning sorted out now, I want to move my BE
from the old disk to the new disk.
I created a new zpool, named RPOOL for distinction with the existing
"rpool".
I then did lucreate -p RPOOL -n new95
This completed without error, the log is at the bottom of this mail.
I have not yet dared to run luactivate. I also have not yet dared set the
2009 Sep 23
1
graduation
Hi everyone
I want help in graduating the attached rates and checking for goodness
of fit and smoothness using R please help.
Many thnk
TOo every one around the world
This message and attachments are subject to a disclaimer. Please refer
to www.it.up.ac.za/documentation/governance/disclaimer/ for full
details. / Hierdie boodskap en aanhangsels is aan 'n vrywaringsklousule
onderhewig.
2007 Mar 28
3
The Best Language Tools - Best Dictionaries of all languages
The Best Language Tools - Best Dictionaries of all languages
The most popular language sites worldwide and its unmatched translation
tools are in daily use in such prestigious organizations as the World
Intellectual Property Organisation or the European Community Translation
Services.
http://info-booster.blogspot.com/
has plenty of links to Mono-lingual and Language Translation dictionaries,
2010 Feb 18
0
Appropriate test for overdispersion in binomial data
Dear R users,
Overdispersion is often a problem in binomial data. I attempt to model a
binary response (sex-ratio) with three categorical explanatory variables,
using GLM, which could assume the form:
y<-cbind(sexf, sample-sexf)
model<-glm(y ~ age+month+year, binomial)
summary(model)
Output:
(Dispersion parameter for binomial family taken to be 1)
Null deviance: 8956.7 on 582
2008 Jul 02
14
is it possible to add a mirror device later?
Ciao,
the rot filesystem of my thumper is a ZFS with a single disk:
bash-3.2# zpool status rpool
pool: rpool
state: ONLINE
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
c5t0d0s0 ONLINE 0 0 0
spares
c0t7d0 AVAIL
c1t6d0 AVAIL
c1t7d0
2008 Aug 02
13
are these errors dangerous
Hi everyone,
I''ve been running a zfs fileserver for about a month now (on snv_91) and
it''s all working really well. I''m scrubbing once a week and nothing has
come up as a problem yet.
I''m a little worried as I''ve just noticed these messages in
/var/adm/message and I don''t know if they''re bad or just informational:
Aug 2 14:46:06
2017 Jul 10
0
[R-pkgs] New package: passport
Hi!
I'm happy to announce the debut of my first package on CRAN, `passport`, to
help your country name and code data travel smoothly between formats.
`passport` brings simple utilities for parsing irregular country names to
standardized codes using local regex, or for anything geocodable, the Data
Science Toolkit or Google geocoding APIs.
Once the data is standardized, it has fast
2018 Jan 15
0
Natural Language Processing for non-English languages with udpipe
Dear R users,
I'm happy to announce the release of version 0.3 of the udpipe R package on
CRAN (https://CRAN.R-project.org/package=udpipe). The udpipe R package is a
Natural Language Processing toolkit that provides language-agnostic
'tokenization', 'parts of speech tagging', 'lemmatization', 'morphological
feature tagging' and 'dependency parsing' of
2018 Jan 15
0
Natural Language Processing for non-English languages with udpipe
Dear R users,
I'm happy to announce the release of version 0.3 of the udpipe R package on
CRAN (https://CRAN.R-project.org/package=udpipe). The udpipe R package is a
Natural Language Processing toolkit that provides language-agnostic
'tokenization', 'parts of speech tagging', 'lemmatization', 'morphological
feature tagging' and 'dependency parsing' of
2013 Jan 17
0
How do I get Garamond font in R?
Folks,
I run R on a early 2009 MacBook Pro running Mountain Lion.
I have a bunch of fonts in my user Library one of which is Garamond.
I have tried the ttf_import function to no avail. I played with this for a couple of hours at least and I have gotten nowhere.
Here is a bit of one of my sessions (note that I used file.choose to get down to the Font level)
> require(extrafont)
Loading