Displaying 20 results from an estimated 293 matches for "1,000".
Did you mean:
10,000
2008 Feb 25
4
A more idiomatic way to write this
Hello,
I have a vector of 1,000,000 numbers and another vector of 1,000
divisors. What I'd like to do is to divide the first 1,000 numbers of
the first vector by the first divisor, then the next 1,000 by the second
divisor and so on. I came up with this, but I was wondering if there is
a more idiomatic, R-like way to writ...
2010 Jul 08
4
Duda con orden Cars93
Cordial saludo,
Estoy haciendo una grafica de la base de datos Cars93 conde relaciono
Manufacturer con Price con este codigo
library(MASS)
with(Cars93,plot(Manufacturer, Price, las=2, ylab="Precio (en $1,000)"))
necesito el comando para que queden ordenados de manera ascendente como en
la grafica 2, muchas gracias por su ayuda
Grafica 1
[image: M-P.JPG]
Grafica 2
[image: M-P ordenado.JPG]
--
Amablemente,
Alejandra María Bedoya Ossa
Ingeniera Industrial
Estudiante de Maestría en Ingen...
2003 Jun 05
2
Fwd: Re: legend() with option adj=1
...legend on and I
can't figure out how to do it from the examples. Can you give a very simple
example? It does not have to be fancy!! I have never worked with a package
where the legend was not automatic.
---------- Forwarded Message ----------
Subject: Re: [R] legend() with option adj=1
Date: Wed, 21 May 2003 09:19:11 +0200
From: Uwe Ligges <ligges at statistik.uni-dortmund.de>
To: Jerome Asselin <jerome at hivnet.ubc.ca>
Cc: r-help at stat.math.ethz.ch
Jerome Asselin wrote:
> Hi there,
>
> I want to justify to right the text of my legend. Consider this short...
2003 May 20
1
legend() with option adj=1
Hi there,
I want to justify to right the text of my legend. Consider this short
reproducable example.
x <- 1:5
y1 <- 1/x
y2 <- 2/x
plot(rep(x,2),c(y1,y2),type="n",xlab="x",ylab="y")
lines(x,y1)
lines(x,y2,lty=2)
legend(5,2,c("1,000","1,000,000"),lty=1:2,xjust=1,yjust=1)
legend(5,1.5,c("1,000","1,000,000"),lty=1:2,xjust=1,yjust=1,a...
1999 Jun 16
0
HOW to GET 1,000 New Customers OVERNIGHT!
...of money you could make
through the form of bulk email?"
(..)---------This Is How We Can Help You----------(..)
Here's an outstanding bulk email software offer that may
dramatically cut the cost of your advertising expenses. How?
It's easy. But only if you download it before June 19th, 1999.
* You'll get an incredibly UNIQUE copy of Desktop Server 98
only $199.95. The cost of most other bulk email programs are
$200 to $300 higher.
* There's no other software on the market today that can
deliver your mail without loosing your ISP.
* You'll also get a free...
2009 Sep 18
2
Suppressing script commands in R console when executing long program
Hi R users,
I have a script composing of more than 1000 lines and would like suppress
the R codes from the console when executing the script (to reduce the
physical processing time)
I have tried options(echo=T) but no luck..
*Q1. Are there any way of suppressing the commands in the R console?*
Also, when importing spreadsheet consisting of numbers...
2006 Jan 21
4
Ruby processes consuming 1,000 megs of swap space
...fter I turned
enabled Ruby) it was spitting out like 30-40 processes after a single
request to my site.
Any ideas? Anything else I should look at?
- Rabbit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060121/35a6a8f0/attachment.html
2015 Feb 05
2
Another Fedora decision
> On Feb 4, 2015, at 5:43 PM, Warren Young <wyml at etr-usa.com> wrote:
>
> SSH as shipped on CentOS doesn?t allow 1,000 guesses per second, as this calculator assumes
Hmm, just thought of a counterattack:
If CentOS?s SSH currently allows 10 guesses per minute *per IP*, all you need to do to get 1,0...
2004 Feb 10
1
generate random sample from ZINB
I want to generate 1,000 random samples of sample size=1,000 from ZINB.
I know there is a rnegbin() to generate random samples from NB, and I know
I can use
the following process:
do i=1 to 1000
n=0
do i=1 to 1000
if runi(1)>0.1 then x(i) = 0; else
x(i)=rnegbin();
n=n+1;
if n>1000 then stop;
end;
output;...
2013 Aug 29
0
Re: ext3 / ext4 on USB flash drive?
On Thu, Aug 29, 2013 at 12:56:35PM +0100, Mark Ballard wrote:
> I think this is really an attempt at user feedback, rather than user
> discussion. But there's no such thing as a user-feedback mail list.
>
> Nevertheless, others may find this pertinent: why doesn't mke2fs
> handle USB's comp...
2013 Apr 08
3
SVD on very large data matrix
Dear All,
I need to perform a SVD on a very large data matrix, of dimension ~ 500,000 x 1,000 , and I am looking
for an efficient algorithm that can perform an approximate (partial) SVD to extract on the order of the top 50
right and left singular vectors.
Would be very grateful for any advice on what R-packages are available to perform such a task, what the RAM requirement is, and ind...
2002 Dec 09
2
Principal component analysis
Dear R users,
I'm trying to cluster 30 gene chips using principal component analysis in
package mva.prcomp. Each chip is a point with 1,000 dimensions. PCA is
probably just one of several methods to cluster the 30 chips. However, I
don't know how to run prcomp, and I don't know how to interpret it's output.
If there are 30 data points in 1,000 dimensions each, do I have to provide
the data in a 1,000x30 matrix or data...
2016 Nov 18
4
Good email client to use with Dovecot?
On Fri, 18 Nov 2016 08:14:02 -0500
Tanstaafl <tanstaafl at libertytrek.org> wrote:
> On 11/17/2016 10:58 AM, Steve Litt <slitt at troubleshooters.com> wrote:
> > I have over 620K emails in over 1000 folders. This turns Thunderbird
> > into an all day affair, just to refresh its ca...
2006 Apr 13
7
Complex SQL in paginate command?
...use records and I''d like to be
able to filter out all the houses without any associated images.
So far I''m doing this by constructing a SQL query that goes something
like this--an example using a maximum price:
"select distinct h.* from houses h, images i where price < 1000000 and
i.house_id = h.id order by price desc"
I''m not sure how to paginate this query. Is it possible? Is there a
simpler way to filter out all the houses without an associated image
from a search?
Thanks,
Jeff Coleman
--
Posted via http://www.ruby-forum.com/.
2006 Mar 31
2
rowVars
I am using the R 2.2.1 in a Windows XP environment.
I have a dataframe with 12 columns and 1,000 rows.
(Some of the rows have 1 or fewer values.)
I am trying to use rowVars to calculate the variance
of each row.
I am getting the following message:
?Error in na.remove.default(x) : length of 'dimnames'
[1] not e...
2008 Apr 04
2
format numbers using 1000 separator
Hi,
Does anyone know how one could format numbers using 1000 separator in R? For
example, format 1000 as 1,000 and 100000 as 100,000, etc.
Thanks,
--
Tom
[[alternative HTML version deleted]]
2005 Jan 23
1
same profile for all users
Hello list,
is it possible to have the same profile for some users (or a group of
users) without having to use a separate profile directory for each user?
I would like to set up a pre-defined mandatory profile for a school with
more than 1,000 students. Each student should have the same,
unchangeable profile. Is it possible to run it out of one profile
directory? If yes, how?
Thanks
Florian
2012 Apr 13
2
How to define format of number
hi all,
What I want to do is show a number with thousand expression.
I dont know exactly the expression name but here is example.
1,000
10,000,000
is there a way to express a number like that?
--
View this message in context: http://r.789695.n4.nabble.com/How-to-define-format-of-number-tp4555778p4555778.html
Sent from the R help mailing list archive at Nabble.com.
2003 Jul 15
5
Text to Speech - Someone needs to do this
Why hasn't someone found 50 people who sound alike, put them in sound
studios and record the 10,000 most commonly used words. You would all
differnent forms of the 1,000 most words, i.e. leading, trailing, question
etc.
You can synthesize the other 0.05% when you run into them. With hard drives
so big, processors so fast and EXT3 that can handle 30,000+ files in a
single directory that se...
2013 Aug 29
3
ext3 / ext4 on USB flash drive?
...pertinent: why doesn't mke2fs
handle USB's competently? And if it does, why doesn't it reassure me
so? And how can I handle a linux-formatted USB flash drive in the
absence of my system giving me any guidance?
I cannot accept the usual advice you see in the forums: simply format
it FAT16 or whatever. I need it to use a linux file system.
But linux may have problems, apparently, with the device:
http://lwn.net/Articles/428584/
Plenty of people say in the forums that ext3 and ext4 will wear your
USB out quickly, effectively thrashing it with their journaling. But
the above-linked...