Displaying 20 results from an estimated 91 matches for "35000".
Did you mean:
5000
2005 May 20
4
issues with identical()
...hen I issue:
> identical(temp[,2], temp1[,2])
[1] TRUE
> identical(temp[,1], temp1[,1])
[1] TRUE
and the results from str
> str(temp)
`data.frame': 7072 obs. of 2 variables:
$ pub_id : int 10000 1000 10001 10002 10003 10004 10005 10006 10007
$ faminc90: int -2 5998 19900 43000 35000 40000 56538 61000 36000 39105
> str(temp1)
`data.frame': 7072 obs. of 2 variables:
$ pub_id: int 10000 1000 10001 10002 10003 10004 10005 10006 10007 10008
$ faminc: int -2 5998 19900 43000 35000 40000 56538 61000 36000 39105
The question is why are the objects different. How else can...
2010 Sep 18
0
Saving long character variable to database saves timestamp instead
...testdf PRIMARY KEY (numchar)
)
WITH (
OIDS=FALSE
);
ALTER TABLE testdf OWNER TO postgres;
Then in R I create a table with long character variables:
> testdf <- data.frame(matrix(NA, 2, 2))
> names(testdf) <- c("numchar", "chars")
> testdf$numchar <- c(30000, 35000)
> testdf$chars[1] <- paste(rep("1 ", 30000/2), collapse = "")
> testdf$chars[2] <- paste(rep("1 ", 35000/2), collapse = "")
I then save it to the database and pull it out again to a new database:
> require(RODBC)
> pg <- odbcConnect(&qu...
2005 Dec 21
10
Globalize plugin
Is there any working example on using the Globalize plugin?
It could help alot
Thanks in advance
--
Alexander Antonakakis
email: alexis-+Saq9+MPrF0@public.gmane.org
2008 Apr 24
1
Maxtor NAS share problem
...t;smbmount" the drive okay on my Linux systems, but when I try
and use rsync to do a backup rsync fails with a message about failing to
change owner.
Digging a little deeper into the problem I find that the
directories/files on the share all look something like the following
drwxr-xr-x 1 35000 root 0 2008-02-12 15:21 ArchiveOnLinux
drwxrwxrwx 1 35003 root 0 2008-04-22 01:01 Public
-rwxrw-rw- 1 35000 root 1127239 2008-02-28 11:28 gw_rn_vp_grey.pdf
which ISN'T the user (or group) I would have expected it to be mounted
as. (I've done a chmod u+s /usr/bin/smbmnt to al...
2017 Sep 28
1
doveadm backup panic, dsync-ibc.c, dsync_ibc_send_mailbox_tree_node, assertion failed: (*name != NULL)
...this message)
Debug: Skipping module doveadm_mail_crypt_plugin, because dlopen()
failed: /usr/lib64/dovecot/doveadm/libdoveadm_mail_crypt_plugin.so:
undefined symbol: mail_crypt_box_get_pvt_digests (this is usually
intentional, so just ignore this message)
doveadm(username): Debug: Effective uid=35000, gid=35000,
home=/storagedisk/username
doveadm(username): Debug: acl: No acl setting - ACLs are disabled
doveadm(username): Debug: Namespace inbox: type=private, prefix=, sep=,
inbox=yes, hidden=no, list=yes, subscriptions=yes location=mdbox:~/mdbox
doveadm(username): Debug: fs: root=/storagedisk...
2005 May 16
2
NAT and sip issues
...r.
Read http://www.voip-info.org/wiki-Asterisk+SIP+NAT+solutions - No solution
evident from there, sounds like I have case 9. I would have thought that all I
would have to do is port foward and have the external IP on the asterisk server,
which I have done
I have fowared 5060UDP, 8000UDP, and 35000 to 37000 UDP to the internal IP
(192.168.1.115)
I have put 35000 and 37000 into the rtp.conf as the start/end ports
extracts of sip.conf:
externip = 60.234.129.154
localnet = 192.168.1.115
localmask = 255.255.255.0
[88]
type=friend
secret=**********
dtmfmode=rfc2833
nat=yes
host=dynamic
canre...
2010 May 01
2
Re :
Hi All,
I am new to R and the mailing list.
I have a data file (.xls) format with little bit large (16 column,35000 rows
) data file. I am trying to read this file for calculation. I have
converted the file into .csv format and read like that :
> bmtrend <- read.csv(file="simple.csv",head=TRUE,sep=",")
> bmtrend
will display something in the middle of display
[ reached get Optio...
2007 Aug 31
2
Microsoft RTAudio
...hey use in their Unified Communications stuff:
http://www.microsoft.com/downloads/details.aspx?familyid=5D79B584-79C9-42A8-90C4-4AB3F03D19C4&displaylang=en
They let people license it to use in their own products. I couldn't find any sample clips of RTAudio encoded speech. Apart from being $35000 less expensive, does anyone have any other reasons as to why Speex is better?
-Thom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20070831/c1f727b3/attachment.html
2006 Sep 15
2
prediction interval for new value
...2. How do I construct 95% confidence interval?
my dataframe is as follows :
>dt
structure(list(y = c(26100000,
60500000, 16200000, 30700000, 70100000, 57700000, 46700000, 8600000,
10000000, 61800000, 30200000, 52200000, 71900000, 55000000, 12700000
), x = c(108000, 136000, 35000,
77000, 178000, 150000, 126000, 24000, 28000, 214000, 108000,
190000, 308000, 252000, 71000)), .Names = c("y",
"x"), class = "data.frame", row.names = c("1",
"2", "3", "4", "5", "6", "7", "8...
2004 Aug 06
1
Is it OK ?
...ot it )of Ices2/
Icescast2 on a slackware Linux box .
I put this section into the Ices2 conf file :
[...]
<encode>
<samplerate>22000</samplerate>
<channels>1</channels>
<quality>0</quality>
<managed>1</managed>
<nominal-bitrate>35000</nominal-bitrate>
<minimum-bitrate>30000</minimum-bitrate>
<maximum-bitrate>40000</maximum-bitrate>
</encode>
[...]
Original files are about 128-200 kbps and 44KHz
The problem is that the stream is 90% of the time 42Kbps ( when i listen to it
over m...
2004 Aug 06
1
Does developpers confirm it ?
> <encode>
> <samplerate>22000</samplerate>
> <channels>1</channels>
> <quality>0</quality>
> <managed>1</managed>
> <nominal-bitrate>35000</nominal-bitrate>
> <minimum-bitrate>30000</minimum-bitrate>
> <maximum-bitrate>40000</maximum-bitrate>
> </encode>
I don't know whether that syntax is valid anymore, I suspect it isn't. I
suggest the following in your <instance&...
2009 Oct 06
3
rpois formula
...how to do the
following:
i have
a = rpois (100000, x)
b = rpois (100000, y)
what is the code to show that a>b, b>a and a=b to show just the number of
occurances?
at the moment when I type a>b I get a nice long list of true or false.
so i'm hoping to have the following
a>b
> 35000
b>a
> 25000
a=b
> 40000
thanks in advance
--
View this message in context: http://www.nabble.com/rpois-formula-tp25774389p25774389.html
Sent from the R help mailing list archive at Nabble.com.
2010 May 01
1
Re :reading large file
On Sat, May 1, 2010 at 11:02 AM, Mohan L <l.mohanphy@gmail.com> wrote:
> Hi All,
>
> I am new to R and the mailing list.
>
> I have a data file (.xls) format with little bit large (16 column,35000
> rows ) data file. I am trying to read this file for calculation. I have
> converted the file into .csv format and read like that :
>
> > bmtrend <- read.csv(file="simple.csv",head=TRUE,sep=",")
>
> > bmtrend
>
> will display something in the m...
2010 Feb 22
1
lmom: plotting log Pearson Type III
...sing the lmom package?
Attached sample code below...
Thanks in advance,
Dave
library(lmom)
# annual maximum daily streamflows Mackenzie River
mackenzieRiver = c(26600, 30300, 34000, 32000, 29200, 28300, 28600,
26400, 28300, 28800, 29000, 22100, 32900, 31800, 21600, 32100, 27000,
24800, 28000, 35000, 32000, 25000, 15800, 28800, 29900, 28000, 25600,
19700, 25700, 29500, 26800, 30000, 29500)
# estimate moments
moments = samlmu(mackenzieRiver, sort.data = TRUE)
log.moments <- samlmu( log(mackenzieRiver), sort.data = TRUE )
# estimate parameters
parGEV <- pelgev(moments) # GEV
parPE3 <...
2007 Jan 06
1
SIP/RTP Nat problem, can't solute it.
...h NAT, this is the
config i put on my sip.conf file about nat:
externhost=sip.server.com.ar > my server name on the internet
localnet=192.168.5.0/255.255.0.0 > my LAN
nat=yes
canreinvite=yes
And this are the ports i opened on my firewall script
iptables -A INPUT -p udp -m udp --dport 8766:35000 -j ACCEPT
iptables -A INPUT -p udp -m udp --dport 5004:5082 -j ACCEPT
But still can't hear a thing from an outside call, any hel will be appreciate
Thanks a lot
--
_________________________
Facundo Agustin Barrera
--------------------------------------
www.openlabs.com.ar
"...
2006 Feb 10
0
problem using 'winbind nss info =' statement
...is with samba and winbind v3.0.21a.
Here's the pertinent smb.conf verbage when I'm NOT using 'nss info = sfu':
winbind enum groups = yes
winbind enum users = yes
winbind separator = +
winbind nested groups = yes
winbind use default domain = yes
idmap gid = 10000-35000
idmap uid = 10000-35000
template homedir = /home/%D/%U
template shell = /bin/bash
Here's the pertinent smb.conf verbage when I'm trying to use 'nss info = sfu':
winbind enum groups = yes
winbind enum users = yes
winbind separator = +
winbind nested groups = ye...
2007 Apr 04
0
Samba-3.0.24 patched drive mapping prompting for username/password and fails..
...prompted for
username and password and still not allowed into share. User is on
Windows XP professional and AD server is Windows 2000 Server.
[global]
hide unreadable = Yes
workgroup = adtestnetbios
realm = adtest.com
security = ADS
encrypt passwords = yes
log level = 4
idmap uid = 10000-35000
idmap gid = 10000-35000
winbind enum users = yes
winbind enum groups = yes
template homedir = /u/%U
template shell = /bin/csh
winbind use default domain = yes
winbind cache time = 600
client schannel = no
username map = /usr/local/samba/lib/users.map
[u]
comment = Monarch's u...
2001 Aug 20
1
Another // comment
...al/cvsroot/vorbis/lib/vorbisenc.c,v
retrieving revision 1.12
diff -c -r1.12 vorbisenc.c
*** vorbis/lib/vorbisenc.c 2001/08/13 11:33:40 1.12
--- vorbis/lib/vorbisenc.c 2001/08/20 10:48:49
***************
*** 135,141 ****
switch(channels){
case 2:
! //if(rate>40000){
if(bpch<35000){
mode=&info_44c_Z;
--- 135,141 ----
switch(channels){
case 2:
! /* if(rate>40000){ */
if(bpch<35000){
mode=&info_44c_Z;
***************
*** 154,160 ****
}else{
mode=&info_44c_E;
}
! //}
break;
default:
--- 154...
2004 Aug 06
1
Is it OK ?
...ot it )of Ices2/
Icescast2 on a slackware Linux box .
I put this section into the Ices2 conf file :
[...]
<encode>
<samplerate>22000</samplerate>
<channels>1</channels>
<quality>0</quality>
<managed>1</managed>
<nominal-bitrate>35000</nominal-bitrate>
<minimum-bitrate>30000</minimum-bitrate>
<maximum-bitrate>40000</maximum-bitrate>
</encode>
[...]
Original files are about 128-200 kbps and 44KHz
The problem is that the stream is 90% of the time 42Kbps ( when i listen to it
over m...
2008 Sep 16
1
ANOVA: New User question
I am a relatively new user of R, and have a question on ANOVA
I have a sumamrised data set of the form (data dummy only)
Cell Treatment Total Resp
1 1 25000 682
1 0 35000 600
2 1 5000 40
2 0 4000 30
3 1 36000 2400
3 0 400 250
and wish to perform ANOVA. Because its sumamrised I need to tell R to
treat the data as if I had all the individual rows. Otherwise, I only
end up with 1 or 2 DF.
I know in SAS, ANOVA has a 'FREQ' option ... does something si...