Displaying 20 results from an estimated 57 matches for "3116".
Did you mean:
311,6
2003 May 08
1
strange behaviour of certain fields in data frame after rbind
...8])
T2sbdataALL <- rbind(T2sbdataALL,T2sbdata)
print("How all data look after rbind")
print(T2sbdataALL[1:8])
[1] "how original data look like"
IDSSB IDSeed CDnr PTGEvent ExpNr IDExp WPSNumber
TypeExp
35 12102 150008 CD3629 OS0934-07A E0.000.003.205 3116 YD03_17b
Confirmation
36 12103 150328 CD3629 OS0934-07A E0.000.003.205 3116 YD03_17b
Confirmation
37 12104 150307 CD3629 OS0934-07A E0.000.003.205 3116 YD03_17b
Confirmation
38 12105 150327 CD3629 OS0934-07A E0.000.003.205 3116 YD03_17b
Confirmation
39 12106 150304 CD3629 OS0934-07A E0.0...
2006 May 17
1
Deadlocks in 1.2.7.1
...can be made and sip
show peers and other commands show no obvious problem. We then
recompiled 1.2.7.1 with all the DEBUG_ turned on in the makefile and
now we see the following messages:
May 17 06:46:05 ERROR[8606]: ../include/asterisk/lock.h:236
__ast_pthread_mutex_lock: chan_sip.c line 3116 (sip_alloc): Deadlock?
waited 460 sec for mutex '&iflock'?
May 17 06:46:05 ERROR[8606]: ../include/asterisk/lock.h:239
__ast_pthread_mutex_lock: chan_sip.c line 11257 (do_monitor):
'&iflock' was locked here.
May 17 06:46:05 ERROR[8625]: include/asterisk/lock.h:236
__...
2005 Apr 07
1
idmap_rid: could not convert sid to uid
...k, but when I try to get
the uid's for the samba users, I run into problems.
# net rpc join
Password: ********
Joined domain IUATST4W.
# net rpc testjoin
Join to 'IUATST4W' is OK
# wbinfo -u
root
tst4usr1
# wbinfo -n tst4usr1
S-1-5-21-673783806-3852186271-4218622188-3116 User (1)
# wbinfo -S S-1-5-21-673783806-3852186271-4218622188-3116
Could not convert sid S-1-5-21-673783806-3852186271-4218622188-3116 to uid
and obviously, a
# getent passwd tst4usr1
does not work either, and my log.winbindd says:
[2005/04/07 14:48:55, 10] sam/idmap_util.c:idmap_sid_to_uid...
2012 Jul 19
3
Finding the last value before a certain date
Hello all,
I have a dataframe that looks like this:
head(df)
date y
1 2010-09-27 1356
2 2010-10-04 1968
3 2010-10-11 2602
4 2010-10-17 3116
5 2010-10-24 3496
6 2010-10-31 3958
I need a function that, given any date, returns the y value
corresponding to the given date or the last day before the given date.
Example:
Input: as.Date("2010-10-06"). Output: 1968 (because the last value is
from 2010-10-04)
I've been tinkerin...
2009 Aug 22
0
smbd error: Matchname failed on (machine name)
...some time, but I have a very strange error
related to one machine on my network that is filling my logs with smb errors.
The box in question "ripper" is a normal WinXP box that is dual-boot with SuSE
10.3. The errors are received every 30 minutes or so:
Aug 21 17:04:03 archangel smbd[3116]: [2009/08/21 17:04:03, 0]
lib/util_sock.c:matchname(1749)
Aug 21 17:04:03 archangel smbd[3116]: matchname: host name/address mismatch:
::ffff:192.168.6.149 != ripper.3111skyline.com
Aug 21 17:04:03 archangel smbd[3116]: [2009/08/21 17:04:03, 0]
lib/util_sock.c:get_peer_name(1870)
Aug 21 17:...
2005 Sep 24
0
[Bug 3116] New: large tar files: 1 gig size: retransmitted: rsync_rsh
https://bugzilla.samba.org/show_bug.cgi?id=3116
Summary: large tar files: 1 gig size: retransmitted: rsync_rsh
Product: rsync
Version: 2.6.6
Platform: x86
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: w...
2013 Feb 16
2
Interpret R-squared and cor in R
Hi I am trying to find the relationship between two variables.
First I fitted a linear model between two variables and I found the
following results:
Residual standard error: 0.03253 on 2498 degrees of freedom
Multiple R-squared: 0.5551, Adjusted R-squared: 0.5549
F-statistic: 3116 on 1 and 2498 DF, p-value: < 2.2e-16
Then I used the cor function to see the correlation between two variable
I get the following result
-0.7450344
How can we interpret the result based on R-squared and correlation ? From
the p-value we can see that there is very strong relationship between
v...
2009 Mar 27
2
Remove error data and clustering analysis
Hi, all,
I?d like to do the clustering analysis in my dataset. The example data
are as follows:
Dataset 1:
500, 490, 486, 490, 491, 493, 480, 461, 504, 476, 434, 500, 470, 495,
3116, 3142, 12836, 3062, 3091, 3141, 3177, 3150, 3114, 3149;
Dataset 2:
506, 473, 495, 494, 434, 459, 445, 475, 476, 128367, 470, 513, 466,
476,482, 1201, 469, 502;
I had so many datasets like that. Basically, every dataset can
classify one or two clusters (no more than 2), meanwhile, there have
erro...
2011 Jul 07
2
subset from a dataset after comparing its one column to a related vector
...X2 X3 X4 X5
1902 RE 3 594 9
1903 RE 3 1340 7
1904 AA 3 760 14
1908 RE 4 1759 18
1909 EX 2 387 1
2901 AU 6 3116 2
3801 AA 1 304 29
3902 RE 5 2482 6
I need to select rows of a data set based on the common observations of X1.
Using intersect command I got the common observations of X1 from the two data
sets as:
common=c(1902, 1904, 1908, 1909...
2007 Nov 09
1
CentOS 5: comment swap in fstab
...R S %CPU %MEM TIME+ COMMAND
2921 root 15 0 227m 69m 7312 S 16.2 15.9 22:41.70 X
3317 finley 15 0 240m 25m 8684 S 3.1 5.8 2:32.73 xine
3204 finley 15 0 2160 772 564 S 2.2 0.2 2:02.71 top
3100 finley 15 0 183m 51m 16m S 0.8 11.7 5:03.90 firefox-bin
3116 finley 15 0 223m 39m 2440 S 0.4 8.9 0:54.26 java_vm
3264 finley 15 0 32276 9788 7132 S 0.3 2.2 0:23.74 kpat
3050 finley 15 0 33676 10m 7572 R 0.2 2.3 0:21.28 konsole
3049 finley 15 0 32080 7620 5668 S 0.1 1.7 0:01.62 kscd
3399 finley 15 0 57024 25m...
2007 Jun 05
1
Calculating stride values?
...1. Parity drive included: 64*6/4 = 96
2. Parity drive excluded: 64*5/4 = 80
Which is correct?
Thanks.
Tod
--
Tod Hagan
Information Technologist
AIRMAP/Climate Change Research Center
Institute for the Study of Earth, Oceans, and Space
University of New Hampshire
Durham, NH 03824
Phone: 603-862-3116
2010 Nov 20
2
Changing the Significance Level in R for Hypothesis Tests and Regression Analysis
...ant to be able to
decrease or increase this level when necessary. If you could give me
instructions on how to change the significance level in R for hypothesis
testing and regression analysis I would appreciate it.
Thanks,
--
Daniel Carawan
Master's of Environmental Studies '12
(804) 263-3116
[[alternative HTML version deleted]]
2005 Mar 18
1
Pb with ks.test pvalue
...onnements,
but the Kolmogorov-smirnov p-value really is different.
Here is what I do:
> ks.test(w,pnorm,mean(w),sd(w))
One-sample Kolmogorov-Smirnov test
data: w
D = 0.2143, p-value = 0.3803
alternative hypothesis: two.sided
> w
[1] 3837 3334 2208 1745 2576 3208 3746 3523 3430 3480 3116 3428 2184 2383 3500 3866 3542
[18] 3278
SAS results:
Kolmogorov-Smirnov D 0.214278 Pr > D 0.0271
Why is the p-value so high under R? Much higher than with other tests.
Best regards,
Anthony Landrevie (French Student)
---------------------------------
[[alternative HTML version d...
2020 Feb 04
46
[Bug 3117] New: Tracking bug for 8.2 release
https://bugzilla.mindrot.org/show_bug.cgi?id=3117
Bug ID: 3117
Summary: Tracking bug for 8.2 release
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Keywords: meta
Severity: enhancement
Priority: P5
Component: Miscellaneous
Assignee:
2003 Jan 16
3
Overdispersed poisson - negative observation
....
My code looks like this. Do any of you know if this problem can be solved
in R? Any suggestions are welcomed.
Kind regards,
Peter Fledelius (new R user)
*********** Code ************
paym <- c(5012, 3257, 2638, 898, 1734, 2642, 1828, 599, 54, 172,
106, 4179, 1111, 5270, 3116, 1817, -103, 673, 535,
3410, 5582, 4881, 2268, 2594, 3479, 649, 603,
5655, 5900, 4211, 5500, 2159, 2658, 984,
1092, 8473, 6271, 6333, 3786, 225,
1513, 4932, 5257, 1233, 2917,
557, 3463, 6956, 1368,
1351, 5596, 6165,...
2006 Mar 28
1
weights in glm (PR#8720)
...ption in glm.
My code is following:
###begin of the code####
cl <- c(5012, 106, 3410, 5655, 1092, 1513, 557, 1351, 3133, 2063, 3257,
4179, 5582, 5900, 8473, 4932, 3463, 5596, 2262, 0, 2638, 1111,
4881, 4211, 6271, 5257, 6926, 6165, 0, 0, 898, 5270, 2268, 5500,
6333, 1233, 1368, 0, 0, 0, 1734, 3116, 2594, 2159, 3786, 2917,
0, 0, 0, 0, 2642, 1817, 3479, 2658, 225, 0, 0, 0, 0, 0, 1828,
0, 649, 984, 0, 0, 0, 0, 0, 0, 599, 673, 603, 0, 0, 0, 0, 0,
0, 0, 54, 535, 0, 0, 0, 0, 0, 0, 0, 0, 172, 0, 0, 0, 0, 0, 0,
0, 0, 0)
w <- c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0,
1, 1...
2004 Jul 12
5
Regular Expressions
Hi,
Is there a way to use regular expressions to capture two or more words in a
sentence? For example, I wish to to find all the lines that have the words "thomas",
"perl", and "program", such as "thomas uses a program called perl", or "perl is a
program that thomas uses", etc.
I'm sure this is a very easy task, I would greatly appreciate
2007 Mar 18
1
HELP...Running data
...4 0.370 0.071 0.210 15.8 12.2
11 2 3 2.68 146 W 2582 76.8 236.54 0.363 0.048 0.215 14.3 11.0
12 2 5 2.68 146 L 2619 76.8 236.54 0.343 0.073 0.215 15.0 12.3
13 2 6 3.13 138 W 3277 76.8 289.54 0.364 0.076 0.230 11.7 11.7
14 2 1 3.13 138 L 3461 76.8 289.54 0.350 0.090 0.210 11.6 12.2
15 2 7 3.13 146 W 3116 76.8 289.54 0.341 0.071 0.215 12.3 11.6
16 2 4 3.13 146 L 3154 76.8 289.54 0.316 0.099 0.215 14.6 12.8
17 3 4 2.68 138 W 2665 69.8 214.98 0.316 0.120 0.245 16.7 14.5
18 3 7 2.68 138 L 2759 69.8 214.98 0.311 0.114 0.230 15.5 13.5
19 3 3 2.68 146 W 2504 69.8 214.98 0.289 0.124 0.225 19.0 14.2
20 3 5...
2014 Jul 29
0
isohybrid: slint64-14.1.iso: unable to find mac efi image
...on Map.
The MBR partitions are (block size is 512):
MBR partition table: N Status Type Start Blocks
MBR partition : 1 0x80 0x00 0 155648
MBR partition : 2 0x00 0xef 188 2880
MBR partition : 3 0x00 0x00 3116 5472
MBR partition path : 2 /isolinux/efiboot.img
MBR partition path : 3 /isolinux/macboot.img
Some UEFI systems and especially "Macs" boot via this MBR.
But only if no GPT is present.
Whatever, we get the proof that this image was treated by
classic isohybrid.c withou...
2014 Jul 29
2
isohybrid: slint64-14.1.iso: unable to find mac efi image
Hi,
On 29/07/2014 21:34, Thomas Schmitt wrote:
> Nevertheless i advise Didier to simply try with 0xef rather than Mac.
At least the ISO will then have MBR, GPT and APM entries for the file
macboot.img.
I did that, and also tried the xorriso command you posted.
I uploaded both ISO images on http://slint.fr/misc/MacBoot resp. renamed:
slint64-14.1-Thomas_mkisofs.iso