Displaying 20 results from an estimated 339 matches for "80000".
Did you mean:
0000
2011 Nov 01
4
round up a number to 10^4
Hi all,
I have a list of numbers, e.g., X = c(60593.23, 71631.17, 75320.1), and want
to round them so the output is Y = c(60000, 80000, 80000). I tried
Y<-round(X,-4), but it gives me Y = c(60000, 70000, 80000). Do anybody know
how to round up a number to 10^4?
Thank you in advance.
Wendy
--
View this message in context: http://r.789695.n4.nabble.com/round-up-a-number-to-10-4-tp3964394p3964394.html
Sent from the R help mail...
2009 Feb 25
3
Using very large matrix
Dear friends,
I have to use a very large matrix. Something of the sort of
matrix(80000,80000,n) .... where n is something numeric of the sort 0.xxxxxx
I have not found a way of doing it. I keep getting the error
Error in matrix(nrow = 80000, ncol = 80000, 0.2) : too many elements specified
Any suggestions? I have searched the mailing list, but to no avail.
Best,
--
Corrado Topi...
2014 May 19
0
Samba How to kill the locked files from a useraccount by multiple smbd pids
...0x81 RDONLY NONE /CCDDB.auto .LINKS Wed May 14 12:42:14 2014
3865 29670 DENY_NONE 0x81 RDONLY NONE /CCDDB.auto .LINKS Wed May 14 14:14:02 2014
5611 29670 DENY_NONE 0x81 RDONLY NONE /CCDDB.auto .LINKS Wed May 14 16:04:40 2014
8957 29670 DENY_NONE 0x20089 RDONLY EXCLUSIVE+BATCH /CCDDB.auto aw/aw-000/80000/preview/a000-84188_25f01_10.png Wed May 14 12:41:53 2014
8957 29670 DENY_NONE 0x20089 RDONLY EXCLUSIVE+BATCH /CCDDB.auto aw/aw-000/80000/preview/a000-84188_25f01_si.png Wed May 14 12:41:55 2014
8957 29670 DENY_NONE 0x20089 RDONLY EXCLUSIVE+BATCH /CCDDB.auto aw/aw-000/80000/preview/a000-84188_04ss01...
2009 May 05
2
problem with ggplot2 boxplot, groups and facets
I have a following problem:
The call
qplot(wg, v.realtime, data=df.best.medians$gv1, colour=sp, geom="boxplot")
works nice: for each value of the wg factor I get two box-plots (two levels in
the sp factor) in different colours, side-by-side, centered at the wg x-axis.
However, I want to separate the data belonging to different levels of the n
factor, so I add the facets option:
2018 Sep 23
2
Linux multiple member server
...moving forward.
Sorry if I am misunderstanding you but, your saying invert them, listing
the SAMDOM first followed by the "*"?
like this example?
idmap config SAMDOM : backend = rid
idmap config SAMDOM : range = 10000-40000
idmap config * : backend = tdb
idmap config * : range = 50001-80000
On Sun, Sep 23, 2018 at 2:27 PM, Rowland Penny via samba <
samba at lists.samba.org> wrote:
> On Sun, 23 Sep 2018 14:10:59 -0500
> Robert Wooden via samba <samba at lists.samba.org> wrote:
>
> > When there are multiple (two in my case) member servers on the same
>...
2004 Aug 06
4
Multiple Instances are Crashing
If i want to start icecast a 2nd time with different Config File, Port etc.
Icecast Crashes. I have the newset release installed on Suse 7.3...
How to do? I need Icecast on Port 8000 and 80000 (for 2nd radioserver)..
Greetings,
SJ
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing only the word 'unsubscribe' in the...
2008 Aug 25
2
Using sample() with a data frame ?
I have a data frame (daf1), that holds +80000 records, and 10 variables (i.e. 10 columns and some 80000 rows)
> length(daf1)
[1] 10
> length(daf1[,1])
[1] 83805
I would like to sample() e.g. 10000 records from this. I use:
> daf2 <- sample(daf1, 1000, replace = FALSE, prob = NULL)
Error in `[.data.frame`(x, .Internal(sample(leng...
2010 Oct 21
1
getent group fails on member server after upgrade to 3.5.5
..._getgrent_send)
[16709]: getgrent
[2010/10/21 14:06:14.618332, 5]
winbindd/winbindd_getgrent.c:149(winbindd_getgrent_recv)
getgrent failed: NT_STATUS_NONE_MAPPED
Relevant parts of smb.conf
security = domain
ldap ssl = Off
idmap backend = ldap:ldap://170.130.105.39
idmap uid = 80000-90000
idmap gid = 80000-90000
idmap alloc backend = ldap
idmap alloc config: ldap_url = ldap://170.130.105.39
idmap alloc config: ldap_base_dn = ou=idmap,dc=gibb,dc=co,dc=za
idmap alloc config: ldap_user_dn =
cn=admin,ou=people,dc=gibb,dc=co,dc=za
idmap alloc config: range...
2004 Oct 08
0
username map for ADS groups
...max log size = 100
security = ADS
local master = no
os level = 0
domain master = no
preferred master = no
wins server = ###.###.###.###
dns proxy = no
encrypt passwords = yes
idmap uid = 60000-70000
idmap gid = 80000-90000
winbind enum users = yes
winbind enum groups = yes
winbind separator = +
winbind use default domain = no
username map = /opt/samba/lib/username.map
[space]
comment = Space Partition Share
path = /space
public = no
wri...
2009 Sep 24
1
Fw: Re: Multiple Normal Curves
...ed to do a graph for x, but it is not what i want to define,(i want to specify number of observations as well). I have also been able to do simple rendom sample.
data.frame(ID=c(1,2,3),mu=c(10000,34000,50000),sigma=c(2000,3000,5000))
curve(dnorm(x,mean=parms$mu[1],sd=parms$sigma[1]),from=2000,
to=80000, ylab="density", col="red")
curve(dnorm(x,mean=parms$mu[2],sd=parms$sigma[2]),from=1000,
to=80000, ylab="density", col="blue", add=TRUE)
curve(dnorm(x,mean=parms$mu[3],sd=parms$sigma[3]),from=1000,
to=80000, ylab="density", col="forestgreen&quo...
2012 Jul 16
2
Help with correlation matrices, thresholding
Hello, I am new to R and have a problem I have had some trouble with.
Basically I have a list of some 80000 genes or so with data points for
expression levels at various time points/conditions. I also have subsets of
these, usually only a few hundred genes in size, known to be associated with
some biological process.
What I want to do is correlate the entire list with my subset and then
return out the...
2018 Sep 23
3
Linux multiple member server
When there are multiple (two in my case) member servers on the same domain,
should the following be the same values across all member servers?
idmap config * : backend = tdb
idmap config * : range = 50001-80000 << same value on all member
servers
idmap config SAMDOM : backend = rid << same value on all member
servers
idmap config SAMDOM : range = 10000-40000 << same value on all member
servers
As I read the wiki pages, I believe I am understanding this correctly?
--
Tha...
2005 Apr 02
2
winbind on a domain with 150000 users
I am trying to use winbind on a domain with 150000 users, but I can't
make it work. Is that because I have done something wrong, or doesn't
winbind scale to that many users?
It works a little, I can use wbinfo to translate between sid, uid and
gid, and I can also get the groups a user is in. But when I try to get
the list of all users with 'wbinfo -u', I get a timeout and winbindd
2010 Dec 30
1
data frame subset too slow
Hi all,
First I dont have much experience with R so be gentle. OK, I am dealing
with a dataset (~ tens of thousand lines, each line ~ 10 columns of
data). I have to create some subset of this data based on some certain
conditions (for example, same first column with another dataset etc...).
Here is how I did it:
# import data
dat <- read.table( "test.txt", header=TRUE,
2005 Mar 29
6
Aggregating data (with more than one function)
I have the data similar to the following in a data frame:
LastName Department Salary
1 Johnson IT 56000
2 James HR 54223
3 Howe Finance 80000
4 Jones Finance 82000
5 Norwood IT 67000
6 Benson Sales 76000
7 Smith Sales 65778
8 Baker HR 56778
9 Dempsey HR 78999
10 Nolan Sales 45667
11 Garth Finance 89777
12 Jameson IT 56786
I...
2004 Aug 06
2
Multiple Instances are Crashing
...bject: Re: [icecast] Multiple Instances are Crashing
<p>At 12:16 PM 5/20/02 +0200, you wrote:
>If i want to start icecast a 2nd time with different Config File, Port etc.
>Icecast Crashes. I have the newset release installed on Suse 7.3...
>How to do? I need Icecast on Port 8000 and 80000 (for 2nd radioserver)..
That's impossible, port 80000 doesn't (and cannot) exist.
tcp specifies port as a 16 bit number, limiting it to 65536 (or maybe
65535, I'm not sure).
Michael
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http:/...
2018 Sep 23
0
Linux multiple member server
...standing you but, your saying invert them,
> listing the SAMDOM first followed by the "*"?
>
> like this example?
>
> idmap config SAMDOM : backend = rid
> idmap config SAMDOM : range = 10000-40000
> idmap config * : backend = tdb
> idmap config * : range = 50001-80000
>
Er, no, you are stuck with the above on an existing Unix
domain member, but on new Unix domain members I would use this:
idmap config * : backend = tdb
idmap config * : range = 3000-7999
idmap config SAMDOM : backend = rid
idmap config SAMDOM : range = 10000-80000
The '*' domain is...
2002 Jun 09
1
Help with the 'legend' command
...ill show
the reader what type of point character I'm using for each country. I
have the names of the four countries stored as a 4x1 vector called
"names", and their corresponding pch values are 19,20,23,25. Here's the
part of the command that I have working so far:
legend(1980, 80000, names, .........)
In place of the ......., I'd like to insert the argument that will give it
the proper pch values for each country. What should I do?
Thanks.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac...
2009 Sep 24
0
Fw: Simulating and Plotting
...x, but it is not what i want to define. I have also been able to do simple rendom sample. If possible can someone help here is the code for the graph pleae help
data.frame(ID=c(1,2,3),mu=c(10000,34000,50000),sigma=c(2000,3000,5000))
curve(dnorm(x,mean=parms$mu[1],sd=parms$sigma[1]),from=2000,
to=80000, ylab="density", col="red")
curve(dnorm(x,mean=parms$mu[2],sd=parms$sigma[2]),from=1000,
to=80000, ylab="density", col="blue", add=TRUE)
curve(dnorm(x,mean=parms$mu[3],sd=parms$sigma[3]),from=1000,
to=80000, ylab="density", col="forestgreen&quo...
2009 Sep 24
0
Multiply Normal Curves
...ed to do a graph for x, but it is not what i want to define,(i want to specify number of observations as well). I have also been able to do simple rendom sample.
data.frame(ID=c(1,2,3),mu=c(10000,34000,50000),sigma=c(2000,3000,5000))
curve(dnorm(x,mean=parms$mu[1],sd=parms$sigma[1]),from=2000,
to=80000, ylab="density", col="red")
curve(dnorm(x,mean=parms$mu[2],sd=parms$sigma[2]),from=1000,
to=80000, ylab="density", col="blue", add=TRUE)
curve(dnorm(x,mean=parms$mu[3],sd=parms$sigma[3]),from=1000,
to=80000, ylab="density", col="forestgreen&quo...