Displaying 20 results from an estimated 334 matches for "ameed".
Did you mean:
hameed
2020 May 30
3
Cargar archivo .RData desde OneDrive, Google Drive o Dropbox
Hola, gracias por la respuesta.
Yo también puedo descargar el fichero pero no lo carga de forma correcta:
> drive_download("
https://drive.google.com/file/d/1iN7rT-W8WoXsdBpKzxcatFx7nGPWNkuz/view?usp=sharing
",
+ overwrite = TRUE, verbose = TRUE)
File downloaded:
* restaurant.RData
Saved locally as:
* restaurant.RData
> restaurant <-
2020 May 30
3
Cargar archivo .RData desde OneDrive, Google Drive o Dropbox
Hola a todos, espero que todo esté marchando bien.
Estoy intentando cargar un archivo con extensión .RData desde OneDrive,
Google Drive o Dropbox.
Con OneDrive he intentado lo siguiente:
temp <- tempfile()
download.file("
https://alumnosuatedu-my.sharepoint.com/:u:/g/personal/rivaldez_uat_edu_mx/ESNKsBZE5rhMp4_shdbavXEBz4mUuIaeKWIXlMMlpyqyUA?e=NfZupt
",
temp, method =
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
2002 Oct 21
0
Solution for winbind problem: incorrect password or unknown usern ame
We had winbind running great, but suddenly we were getting this GUI that
said:
Incorrect password or unknown Username for :
\\hostname <\\hostname>
Connect as: (rectangle to enter username )
Password: (rectangle to enter password)
Wbinfo showed that I was talking to the domain controller successfully, but
I could not get onto the samba shares.
I finally isolated that this
2004 Nov 23
0
Create a vector of combinations based on a table column n ames
Here's another way:
> dat <- read.table("clipboard", header=TRUE)[,-(1:3)]
> dat
A B C D E F G H
1 1 1 0 0 0 0 0 0
2 1 0 1 0 0 0 0 0
3 1 0 0 0 1 0 0 1
4 1 0 0 0 0 1 1 0
5 0 1 1 1 0 0 0 0
6 0 0 1 0 1 0 1 1
7 0 0 0 1 1 1 0 1
8 1 0 1 1 1 0 0 1
9 1 0 1 1 0 1 1 0
> apply(dat > 0, 1, function(idx) paste(names(dat)[idx], collapse=" "))
1 2
2008 Mar 31
10
Problems with *_path() and *_url() helpers when using Publisher
Hello,
I am running into issues using *_path() and *_url() helpers the
Facebooker Publisher framework. I encounter the following error when
using these helpers while *inside of a partial*:
undefined method `default_url_options'' for ActionView::Base:Class
I''ve seen a few other people speak about this issue, yet I haven''t
seen any resolution on the mailing list yet.
2011 Mar 30
4
How to define new operator in R?
Hello, everyone!
Does anyone know how make some symbols have special means in R? For example,
we know that "+" in R means the sum of the two operand on its left and
right. I want to define some operators in R by myself. Is this possible?
Regards!
--
Chuanlong Du
Department of Statistcis
Iowa State University
Ames, IA, US 50011
[[alternative HTML version deleted]]
2012 Jan 21
3
semi-transparency not supported in devel R? "alpha" cannot be specified in qplot()
Hi dear all,
In my laptop(ubuntu 11.10 64bit), I maintained a released R (2.14) and a
developmental R, I can specify qplot(..., alpha = ) in R 2.14 , but when I
try to use transparency in developmental R, I got a warning message and the
plot is clearly not I want.
minimal example:
> qplot(data = mtcars, x = mpg, y = cyl, alpha = cyl)
Warning message:
In grid.Call.graphics(L_points, x$x, x$y,
2012 Jan 21
3
semi-transparency not supported in devel R? "alpha" cannot be specified in qplot()
Hi dear all,
In my laptop(ubuntu 11.10 64bit), I maintained a released R (2.14) and a
developmental R, I can specify qplot(..., alpha = ) in R 2.14 , but when I
try to use transparency in developmental R, I got a warning message and the
plot is clearly not I want.
minimal example:
> qplot(data = mtcars, x = mpg, y = cyl, alpha = cyl)
Warning message:
In grid.Call.graphics(L_points, x$x, x$y,
2009 Sep 22
3
R PNG graph width limitation
Hi folks,
I am trying to do a clustering and generate a long dendrogram in R on Linux
server:
=========
data<-read.table(file="mean_ratio.txt.noheader",row.names=1,sep="\t",quote="\"")
hc<-hclust(dist(data),"ward")
png(file="mean_ratio.txt.noheader.ward.png",bg="white",pointsize=8,width=32767,height=1536)
plot(hc,hang=-1)
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
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
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
2001 Mar 06
0
Update-Problem from 2.0.4 to 2.0.7
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear Samba-Team,
we have a Samba-Fileserver 2.0.4 since May 2000 which had never a
problem.
A bug in Macromedia Flash (if somebody was saving a file his process
hangs up and cannot be killed...) forced us to update to 2.0.7 as I
could see that it is stable right now.
We updated with the same configure-command, copied the old smb.conf,
but now we
2007 Mar 23
3
[LLVMdev] June 2007 LLVM Developer's Meeting
I'll almost certainly come along, possibly with one or two other NASA
people. I could give a talk on our work using LLVM to support model
checking, symbolic execution and static analysis if anyone is interested.
Sarah Thompson
RSE/6G, NASA Ames
>
2011 Jan 05
2
convert expressions to characters
Hi,
Suppose I have
x = parse(text = "
{y=50+50+50#'asfasf'
}
")
now x is an expression with some src attributes.
> x
expression({y=50+50+50#'asfasf'
})
attr(,"srcfile")
<text>
attr(,"wholeSrcref")
{y=50+50+50#'asfasf'
}
My question is, how can I get my string back (the string passed to
parse() as the text argument)?
>
2006 May 10
3
Contour plot overlayed with line plot
I apologize for what may be a newbie question: I have two sets of data, one
is X,Y,Z data that I'd like to make a contour plot of (Z defining the
contours), and a second set of X,Y data (Y as a function of X) which I would
like made into a line plot OVERLAYED on the contour plot (X and Y from both
plots are in the same units and will have overlapping values). Any
suggestions on how to do this
2013 Oct 21
2
png(type='cairo'): point symbols without boarders are not anti-aliased?
Hi,
It seems that anti-aliasing in png(type = 'cairo') is not well
supported for the point symbols without boarders, e.g. pch = 16. The
Cairo package works well, though. You can compare png() with
CairoPNG():
png(): http://i.imgur.com/8niB3jX.png
CairoPNG(): http://i.imgur.com/FZBJOxm.png
f = function(dev, ..., main = '') {
dev(...)
plot(c(1, 2, 1, 2), c(1, 1, 2, 2),
2013 Jan 04
1
Bug in R CMD check for \ in Rd?
Hi,
I have a function knit_expand() and its source/Rd are below:
https://github.com/yihui/knitr/blob/master/R/template.R#L43-L44
https://github.com/yihui/knitr/blob/master/man/knit_expand.Rd
When I run R CMD check on the package I get this warning (with both R
2.15.2 and R-devel):
* checking for code/documentation mismatches ... WARNING
Codoc mismatches from documentation object