Displaying 20 results from an estimated 1240 matches for "999".
Did you mean:
99
2008 Dec 21
2
data format issue
...months (spanning all
years). I have been trying to use "aggregate" but am not having much
success at all! any thoughts would be greatly appreciated.
thanks-
sherri
LST inch mph Deg DegF DegF % volts Deg mph
w/m2
0506010000 0.00 13.6 218.1 36.8 -999 65.1 -999 -999
18.2 0.2
0506010005 0.00 12.9 214.3 36.8 -999 65.5 -999 -999
16.9 0.2
0506010010 0.00 14.4 215.7 36.9 -999 65.4 -999 -999
20.4 0.2
0506010015 0.00 13.8 215.8 36.8 -999 65.7 -999 -999
19.7 0.3
0506010020 0.00...
2012 Aug 03
5
replacement has length zero. In addition: Warning message: In max(i) : no non-missing arguments to max; returning -Inf
Hi,
Here is my data, the first 10 rows
> u=regCond_all[1:10,]
> dput(u)
structure(c(999, 999, 999, 999, 999, 999, 999, 999, 999, 999,
99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
99, 99, 99, 99, 1.9, 2, 1.97, 1.99, 1.83, 1.78, 1.6, 1.52, 1.52,
1.36, 10.53, 9.88, 9.88, 10.53, 10.53, 10.53, 5.26, 9.88, 10.53,
10.53, 5.4, 5.57, 5.46, 5.34, 5.5, 5.59, 5.62, 5.76, 6.23,...
2012 Aug 27
3
Changing entries of column of type "factor"/Adding a new level to a factor
...8 9 10
$ M1 : Factor w/ 8 levels "0/0","102/108",..: 5 2 4 1 4 8 7 7 6 3
$ M2 : Factor w/ 4 levels "116/120","120/120",..: 2 3 2 1 4 1 2 2 3 2
$ M3 : Factor w/ 4 levels "0/0","300/300",..: 1 4 1 3 3 3 4 4 2 4
>
> #replace 0/0 by 999/999:
> for (r in 1:10)
+ for (c in 2:4)
+ if (input[r,c]=="0/0") input[r,c]<-"999/999"
Warnmeldungen:
1: In `[<-.factor`(`*tmp*`, iseq, value = "999/999") :
invalid factor level, NAs generated
2: In `[<-.factor`(`*tmp*`, iseq, value = "999/999&...
2005 Jun 22
1
masking.h
.....
static float tonemasks[P_BANDS][6][EHMER_MAX]={
/* 62.5 Hz */
{{ -60, -60, -60, -60, -60, -60, -60, -60,
-60, -60, -60, -60, -62, -62, -65, -73,
-69, -68, -68, -67, -70, -70, -72, -74,
-75, -79, -79, -80, -83, -88, -93, -100,
-110, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{ -48, -48, -48, -48, -48, -48, -48, -48,
-48, -48, -48, -48, -48, -53, -61, -66,
-66, -68, -67, -70, -76, -76, -...
2006 Mar 16
6
removing ROWS with missing values
I am trying to find out if R can recognize specific criteria for removing
rows (i.e. a prexisting function)
I have a matrix myMatrix that is 12000 by 20
I would like to remove rows from myMatrix that have:
-999 across all columns
-999 across all columns but one
-999 across all columns but two
-999 across all columns but three
-999 across all columns but four
-999 across all columns but five
(-999 here is my missing value)
Does R have a function for this, I've explored subset() so far
[[alternative...
2004 Oct 26
1
Error Status = -999 messages
We are seeing these messages in our system log. any
idea what they might be? Unfortunately I'm not sure
what was happening at the time.
Oct 26 12:57:39 houided003 kernel: (13996) ERROR:
status = -999, Common/ocfsgendlm.c, 1304
Oct 26 12:57:39 houided003 kernel: (13996) ERROR:
status = -999, Common/ocfsgendlm.c, 1501
Oct 26 12:57:39 houided003 kernel: (13996) ERROR:
status = -999, Common/ocfsgendlm.c, 1653
Oct 26 12:57:39 houided003 kernel: (13996) ERROR:
status = -999, Common/ocfsgencreate.c, 8...
2010 Dec 08
2
problem accessing complex list data frames
Hi all.
I am currently attempting to build a list of sparse matrixes. That I have
already achieved, by
> vmat <- list()
> for (i in 1:n) {
> vmat <- c(vmat, sparseMatrix(i,j,x=data)
> }
How I am trying to select those elements from the list where the column e.g.
999 is not null. I can do this for one of the sparse matrices with
> which(vmat[[1]][,999] != 0)
which returns the rows where such column is non-zero.
However, my purpose is to obtain the list indices of the sparse matrices
with such non-zero elements. I tried things like
which(vmat[[]][,999] !=...
2020 Oct 17
0
Re: [xml] Why does libxml2 limit port numbers to 999, 999, 999?
On Oct 17, 2020, at 12:24 , Richard W.M. Jones via xml <xml@gnome.org> wrote:
> It seems like libxml2 chose to do this for convenience rather than
> correctness.
Yes, this is an arbitrary limit introduced to avoid integer overflow.
> I think it should accept port numbers at least up to
> signed int (the type used to store port numbers), and give an error if
> the port
2009 Jan 04
1
POSIXct and chron issues with tz
...datasets and then invoke a conditional statement, such as: if dataC$mph
is >= 12 then keep dataM$co23 for the corresponding time/date stamp.
snippets of data files:
*dataC.txt*
LST in mph Deg DegF DegF2 % volts Deg mph2 w/m2
0506010000 0.00 13.6 218.1 36.8 -999 65.1 -999 -999
18.2 0.2
0506010005 0.00 12.9 214.3 36.8 -999 65.5 -999 -999
16.9 0.2
0506010010 0.00 14.4 215.7 36.9 -999 65.4 -999 -999
20.4 0.2
*dataM.txt*
doy yr mon day hr hgt1 hgt2 hgt3 co21 co22 co23 sig1 sig2 sig3 dif flag
244.02083 200...
2009 Nov 25
2
rsyncing large sized folder
Hi
I have to rsync a folder say 0. This folder inside it contains sub folders
[0-999]. Inside this subfolders i have further subfolders [0-999]. so my
directory structure is:
/0/0/0/file
/0/0/1/file
/0/0/2/file
|
|
/0/0/999/file
/0/1/0/file
/0/1/1/file
|
|
/0/0/999/file...
2007 Apr 27
1
Restructuring Hadley CET data
...105 175 198 160 134 134 42
.................................
.................................
1772 27 0 46 66 74 77 198 156 144 76 104 45 5
1772 28 15 77 86 64 116 167 151 155 66 84 60 10
1772 29 -33 56 83 50 113 131 170 182 135 140 63 12
1772 30 -10 -999 66 77 121 122 179 163 143 143 55 15
1772 31 -8 -999 46 -999 108 -999 168 144 -999 145 -999 22
1773 1 20 0 79 13 93 174 104 151 171 131 68 55
1773 2 10 17 71 25 65 109 128 184 164 91 34 75
1773 3 5 -28 94 70 41 79 135 192 149 101 78 85
1773 4...
2010 Jan 12
2
Question about SIP registration
...NIC Linux PC, with eth0 set to address 192.168.1.1 (NATted over public network, with address 89.X.Y.Z) and eth1 set to address 1.1.1.1. In [sip.conf] I set general option
bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all)
Then I have configured an account as following:
[999]
type=friend
username=999
host=dynamic
port=5080
context=sipfrom
nat=no
canreinvite=no
call-limit=8
videosupport=no
disallow=all
allow=alaw
qualify=15000
So far, so good.
Now, I have an internal process (onto Linux PC) which is a SIP endpoint and should register to Asterisk as 1.1.1.1:5080, but an...
2004 Oct 09
2
which() and value replacement in a matrix
Hi,
I cannot go through the archives with which() as key-word... so common. Though I am sure to have seen something about this subject
in the past could somebody put me on the track. I have a matrix (actually a data.frame) in which I would replace the non-null values
by 1.
I tried the following:
indices<-which(myforetbin > 0,arr.ind=T)
myforetbin[indices[,1],indices[,2]]<-1
and get
2020 Oct 17
1
Re: [xml] Why does libxml2 limit port numbers to 999, 999, 999?
On Sat, Oct 17, 2020 at 06:32:18PM +0200, Nick Wellnhofer wrote:
> On Oct 17, 2020, at 12:24 , Richard W.M. Jones via xml <xml@gnome.org> wrote:
> > It seems like libxml2 chose to do this for convenience rather than
> > correctness.
>
> Yes, this is an arbitrary limit introduced to avoid integer overflow.
>
> > I think it should accept port numbers at least
2007 Nov 24
1
Indexing and partially replacing 99, 999 in data frames
Dear WizaRds,
unfortunately, I have been unable to replace the '99' and '999' entries in
library(UsingR)
attach(babies)
as definitions for missing values NA, because sometimes the 99 entry is
indeed a correct value. Usually, or so I thought, NAs can
easily replace a, say, 999 entry via
mymat[mymat==999] <- "yodl"
in a matrix or data frame. Alas, the bab...
2011 Nov 08
1
Rekeying value denoting NA
I'm trying to rekey values which denote there is no values, i.e.,
'-999' in a dataset which contains both '-999' and NA entries.
When I try the following command I get the following error:
> data.frame[data.frame$MAR <= -99999,"MAR"] <- NA
"missing values are not allowed in subscripted assignments of data
frames"
Example of d...
2007 Jun 05
1
cepstral TTS and app_swift
...libceplang_en.so.4
-rwxr-xr-x 1 root root 139612 Jun 1 07:09 libceplang_en.so.4.2
-rwxrwxrwx 1 root root 547624 Jun 1 23:11 libceplex_uk.so
-rwxrwxrwx 1 root root 547624 Jun 1 23:11 libceplex_uk.so.4
-rwxr-xr-x 1 root root 547624 Jun 1 07:09 libceplex_uk.so.4.2
on test I had
lrwxrwxrwx 1 999 20202 20 Apr 24 16:17 libceplang_en.so ->
libceplang_en.so.4.2
lrwxrwxrwx 1 999 20202 20 Apr 24 16:17 libceplang_en.so.4 ->
libceplang_en.so.4.2
-rwxrwxr-x 1 999 20202 315933 Aug 17 2006 libceplang_en.so.4.1
-rwxrwxr-x 1 999 20202 139612 Mar 15 18:21 libceplang_en.so.4.2
lrw...
2007 May 01
2
Simulation using parts of density function
Hi
My simulation with the followin R code works perfectly:
sim <- replicate(999, sum(exp(rgamma(rpois(1,2000), scale = 0.5, shape = 12))))
But now I do not want to have values in object "sim" exceeding 5'000'000, that means that I am just using the beginning of densitiy function gamma x < 15.4. Is there a possibility to modify my code in an easy way?
Tha...
2004 Jul 10
1
read.table, read.fwf, and na.strings (PR#7075)
...nce we cannot send the bug report directly from R.
# Please copy the bug report (after finishing it) to
# your favorite email program and send it to
#
# r-bugs@r-project.org
#
######################################################
Is this intended behavior for the read.fwf(na.strings="-999")?
I anticipated that the na.strings would be padded with blanks.
Therefore I anticipated getting the result tmp2 from the simpler
na.strings in the tmp1 assignment? My anticipation is based on the
documentation that says
"Blank fields are also considered to be missing values."
>...
2005 Mar 14
6
[Bug 999] AllowGroups ,DenyGroups failed to report hostname
http://bugzilla.mindrot.org/show_bug.cgi?id=999
Summary: AllowGroups ,DenyGroups failed to report hostname
Product: Portable OpenSSH
Version: 4.0p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedT...