Displaying 20 results from an estimated 1000 matches similar to: "Optim and likelihood computations"
2006 Feb 07
3
R- License
Hello. We are trying to install R on our network, and I wanted to ask if
there is a user license agreement. I will be grateful if somebody can send
me a link to it; if one exists.
Thank you very much
*******************************************
Antonio Paredes
USDA- Center for Veterinary Biologics
Biometrics Unit
510 South 17th Street, Suite 104
Ames, IA 50010
(515) 232-5785
[[alternative
2005 Dec 29
1
Glimmix and glm
Hello.
Some months age an e-mail was posted in which a comparison between Glimmix
and glm was discussed. I have not been able to find that e-mail on the R
archive. Does anyone recall the date of the above e-mail?
Thank you very much.
*******************************************
Antonio Paredes
USDA- Center for Veterinary Biologics
Biometrics Unit
510 South 17th Street, Suite 104
Ames, IA 50010
2006 Apr 12
1
ARS
Hello everyone.
I would like to know if there is any R library to perform adaptive
rejection sampling.
Thanks in advance.
*******************************************
Antonio Paredes
USDA- Center for Veterinary Biologics
Biometrics Unit
510 South 17th Street, Suite 104
Ames, IA 50010
(515) 232-5785
[[alternative HTML version deleted]]
2007 Sep 11
6
Editor for R under Fedora 7
Hello everyone,
I wanted to ask what will be a good editor to write R scripts in Fedora 7.
Tony
[[alternative HTML version deleted]]
2018 May 24
1
USDA CVB recruiting statistician or data scientist
CENTER FOR VETERINARY BIOLOGICS
UNITED STATES DEPARTMENT OF AGRICULTURE
Join our team of statisticians and data scientists in 2018
We bring a broad perspective to our consulting and analytical work
with scientists at the USDA National Centers for Animal Health. Our
Statistics Section is looking for a good communicator who is
comfortable dealing with the analytical aspects of practical
2008 Aug 08
8
RPro
I recently came across a flyer from REvolution Computing, and I wanted to
ask if this is R going private?
Tony.
[[alternative HTML version deleted]]
2007 Dec 12
3
R and Excel Interface
Hello everyone,
I'll to request some input on what is available for use as an R/Excel
interface; any help will be appreciated.
Tony.
[[alternative HTML version deleted]]
2006 Aug 02
2
From 2.2.1 to 2.3
Hello everyone.
Currently I am running R 2.2.1 (windows), and I will like to update to
2.3. I wanted to ask if it is possible to update without having to removed
2.2.1; or do I first need to delete 2.2.1?
Thank you very much.
Tony
[[alternative HTML version deleted]]
2007 Aug 23
2
Exact Confidence Intervals for the Ration of Two Binomial
Hello everyone,
I will like to know if there is an R package to compute exact confidence
intervals for the ratio of two binomial proportions.
Tony.
[[alternative HTML version deleted]]
2009 Dec 08
0
R Programmer Vacancy - USDA Center for Veterinary Biologics
Statistical Programmer - USDA Center for Veterinary Biologics
The USDA Center for Veterinary Biologics is seeking a statistical
programmer with good R skills. The position is a two-year term position in
the CVB Statistics Section with the possibility of becoming permanent.
Applicants must be United States citizens.
The position calls for a thorough knowledge of R and aptitude in both
programming
2009 Dec 08
0
Job Opportunity
Statistical Programmer - USDA Center for Veterinary Biologics
The USDA Center for Veterinary Biologics is seeking a statistical
programmer with good R skills. The position is a two-year term position in
the CVB Statistics Section with the possibility of becoming permanent.
Applicants must be United States citizens.
The position calls for a thorough knowledge of R and aptitude in both
programming
2020 Feb 07
0
USDA CVB recruiting statistician or data scientist
CENTER FOR VETERINARY BIOLOGICS
UNITED STATES DEPARTMENT OF AGRICULTURE
Join our team of statisticians and data scientists in 2020
We bring a broad perspective to our consulting and analytical work
with scientists at the USDA National Centers for Animal Health. Our
Statistics Section is looking for good communicators who are
comfortable dealing with various aspects of practical scientific
2008 Mar 11
2
Error opening SHP file (maptools)
I am having difficulty loading a points shapefile (1600 records) I generated from ArcGIS as a PointsSpatialDataFrame using the maptools readShapePoints function.
library(maptools)
surveypts <- readShapePoints(system.file("C:/temp/survey.shp", package="maptools")[1]
Error in getinfo.shape(filen) : Error opening SHP file
I've tried numerous re-exports and renames of the
2009 Jan 12
2
problems with download.file() from ftp?
Dear list,
I am trying to download a text file from an ftp site using download.file().
I used the following code:
url <- "ftp://ftp.wcc.nrcs.usda.gov/data/snow/snow_course/table/history/idaho/13e19.txt"
dest <- "c:/test/downloadtest.txt"
download.file(url, dest)
I get this error message, indicating that R is unable to open the connection:
trying URL
2023 Jan 25
0
R-sig-jobs Digest, Vol 144, Issue 1
Update on my post of last week (repeated below): The position is now open
for one week, closing Jan. 31, 2023. Here is the link to the posting.
https://www.usajobs.gov/job/701646300
--C. Tong
>
> CENTER FOR VETERINARY BIOLOGICS
> UNITED STATES DEPARTMENT OF AGRICULTURE
>
> Join our team of statisticians and data scientists in 2023
>
> We bring a broad perspective to our
2007 Dec 24
3
Affy Package
Dear R Users,
In the expresso function, which combination of these methods for data pre-processing (when using affymetrix oligo arrays) is the best:
bgcorrect.metod = rma rma2 mas
normalize.method = qspline quantiles loess
pmcorrect.method = pmonly subtractmm mas
summary.method = liwong avgdiff medianpolish mas
There are many options within each method. I would appreciate a hint on the best
2008 Sep 23
1
DO NOT REPLY [Bug 5789] New: rsync trying to set times on symlinks
https://bugzilla.samba.org/show_bug.cgi?id=5789
Summary: rsync trying to set times on symlinks
Product: rsync
Version: 3.0.4
Platform: x86
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: paredes@aecom.yu.edu
2007 Feb 28
2
topTable function from LIMMA
Dear R-Help,
I am using the function "topTable" from the LIMMA package. To estimate
adjusted P-values there are several options (adjust="fdr" , adjust="BH")
as shown below:
topTable(fit, number = 10, adjust = "BH", fit$Name)
I guess any of these options (fdr, BH, etc.) is using a default of
FDR=0.05 which is quite conservative (i.e., very
2001 Feb 12
2
patches for UnixWare v2.x pty (misc.c,configure.in)
I have attached two patches to the current source code. The first
addresses the pty problems with UnixWare 2.x with connecting with
SSH2. It sets the sigaction to SA_RESTART. This fixes UnixWare v2.x,
but haven't heard any feedback as to effects on other OS'.
The first patch is against misc.c.
The second patch adds a section "*-*-sysv4.2uw2*" to configure to
set the
2009 Jan 19
3
download/retain text file structure with RCurl/getURL()
Dear list,
I'm trying to download a text file directly from the internet using the RCurl package and the command getURL. Duncan Lang graciously helped me solve the first step in this problem using the following command:
#################
txtfile <- getURL('ftp://ftp.wcc.nrcs.usda.gov/data/snow/snow_course/table/history/idaho/13e19.txt',
ftp.use.epsv = FALSE)
#################