search for: 1989

Displaying 20 results from an estimated 538 matches for "1989".

Did you mean: 189
2008 Apr 06
3
how to manupute data frame with conditions fill cell with previous value if next cell is zero
Dear R Experts, This is the 2nd time in the chat room. Its a great place to get help from R experts. I have a data frame problem, it contains thousands of data. part of it, I am giving for explaining the problem date day x y z 82 1989-04-28 Fri 2118.0 2418.80 33713 83 1989-05-01 Mon 0.0 2414.96 33793 84 1989-05-02 Tue 2103.1 2402.86 33955 85 1989-05-03 Wed 2105.7 2393.70 0 86 1989-05-04 Thu 2119.0 2384.90 0 87 1989-05-05 Fri 2132.8 2381.96...
2006 Nov 23
1
how to loop this?
...uot;1988-11-09", "1988-11-11", "1988-11-17", "1988-11-20", "1988-11-24", "1988-11-28", "1988-12-01", "1988-12-04", "1988-12-06", "1988-12-09", "1988-12-17", "1988-12-21", "1989-01-13", "1989-01-17", "1989-01-19", "1989-01-22", "1989-01-29", "1989-01-31", "1989-02-04", "1989-02-09", "1989-02-28", "1989-03-07", "1989-03-15", "1989-03-22", "1989...
2006 Nov 22
3
dataframe manipulation
...uot;, "1988-11-09", "1988-11-11", "1988-11-17", "1988-11-20", "1988-11-24", "1988-11-28", "1988-12-01", "1988-12-04", "1988-12-06", "1988-12-09", "1988-12-17", "1988-12-21", "1989-01-13", "1989-01-17", "1989-01-19", "1989-01-22", "1989-01-29", "1989-01-31", "1989-02-04", "1989-02-09", "1989-02-28", "1989-03-07", "1989-03-15", "1989-03-22", "1989-03-30"...
2010 Jun 30
6
Multiline and grouping in R
...iline chart grouping values with no success. I have read a lot in the official Wiki and also searched via Google, but I did not find anything. I'm importing some data from a cvs file. Here is a sample: YEAR,AREA,CASES 1988,CONTRACTS,286 1988,INTERNATIONAL,189 1988,FAMILY,385 1988,TAXATION,177 1989,CONTRACTS,233 1989,INTERNATIONAL,431 1989,FAMILY,425 1989,TAXATION,201 1990,CONTRACTS,190 1990,INTERNATIONAL,302 1990,FAMILY,303 1990,TAXATION,209 ... "t <- read.csv("file.csv", header=TRUE)" So far so good... But the problem is: I'd like to create a multiline plot, on...
2006 Nov 26
1
adding elemens to a list
Hi, I have a list of 20 elements, each of them of variable length and with a structure like this: lasker[[1]][1:10,] Var1 Freq 1 1988-02 3 2 1988-03 1 3 1988-04 1 4 1988-05 2 5 1988-06 3 6 1988-07 1 7 1988-08 1 8 1988-09 1 9 1989-03 1 10 1989-04 1 How do I can insert in this list: 1988-01 0 1988-10 0 1988-11 0 1988-12 0 1989-01 0 1989-02 0 It's to say, the appropiate missing Year-Month row equal 0 Antonio PD: follows dput output of lasker[[1]] dput(lasker[[1]],control="all") structure(l...
2009 Jun 03
1
insert and count missing data
...  64.0 1422 1987    12  75..6 1423 1988     1  34.6 1424 1988     2  36.0 1425 1988     3  65..6 1426 1988     4  40.0 1427 1988     5 239.8 1428 1988     6 150.8 1429 1988     7 125.8 1430 1988     8  64.4 1431 1988     9  86.0 1432 1988    10  54.0 1433 1988    11 153.4 1434 1988    12 212.0 1435 1989     1  19.6 1436 1989     2  17.4 1437 1989     3 144.6 1438 1989     4 143.8 1439 1989     5 197.4 ... Then I would like to count the percentage of missing data.  I think I can use something like: apply(Matrix, 1, function(x) sum(is.na(x))) / ncol(Matrix) * 100    Or  rowMeans(is.na(Matrix))*10...
2012 Mar 06
3
[Bug 1989] New: SCP wihout a source path
https://bugzilla.mindrot.org/show_bug.cgi?id=1989 Bug #: 1989 Summary: SCP wihout a source path Classification: Unclassified Product: Portable OpenSSH Version: 4.3p2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 C...
2008 Mar 25
0
Extracting maximums from a sliding window
...window time series and pulling off the top 50 totals leaves me with many overlapping periods as seen below. The column on the right is rainfall amount, to the left of that are the indices showing the 24 hour period in the original hourly record and to the left of that, the date. 287608 24 / 10 / 1989 287608:287631 13.4 287609 24 / 10 / 1989 287609:287632 13.4 287610 24 / 10 / 1989 287610:287633 13.4 287611 24 / 10 / 1989 287611:287634 13.4 287612 24 / 10 / 1989 287612:287635 13.4 287613 24 / 10 / 1989 287613:287636 13.4 287614 24...
2004 Mar 05
1
Slow reshape from 5x600000 to 6311 x 132
...a few hundred thousand rows from a database (read in via dbreadTable). The database is like: > str(measures) `data.frame': 609363 obs. of 5 variables: $ vih.id : int 1 2 3 4 5 6 7 8 9 10 ... $ vi.id : int 1 2 3 4 5 6 7 8 9 10 ... $ vih.value: chr "0" "1989" "0" "N/A" ... $ vih.date : chr "20040226012314" "20040226012315" "20040226012315" "20040226012315" ... $ vih.run.n: int 1 1 1 1 1 1 1 1 1 1 .. I'm reshaping it to be like > str(better) `data.frame': 132 obs....
2010 Mar 10
2
ordering columns in a data frame
Dear R users, I have the following data frame: PROCHI date_admission 2 CAO0000713 1999-12-11 4 CAO0000713 1999-10-25 21 CAO0001743 1989-05-04 25 CAO0001743 1996-09-12 26 CAO0001743 1989-05-17 27 CAO0001743 1987-09-17 28 CAO0001743 1987-09-19 29 CAO0001743 1988-01-27 36 CAO0001747 2004-03-21 38 CAO0001747 2004-03-22 39 CAO0001747 2001-02-24 41 CAO0001747 2006-03-31 46 CAO0001901 2007...
2007 Nov 13
1
Cleaning database: grep()? apply()?
...a huge database and I need to adjust it somewhat. Here is a very little cut out from database: CODE NAME DATE DATA1 4813 ADVANCED TELECOM 1987 0.013 3845 ADVANCED THERAPEUTIC SYS LTD 1987 10.1 3845 ADVANCED THERAPEUTIC SYS LTD 1989 2.463 3845 ADVANCED THERAPEUTIC SYS LTD 1988 1.563 2836 ADVANCED TISSUE SCI -CL A 1987 0.847 2836 ADVANCED TISSUE SCI -CL A 1989 0.872 2836 ADVANCED TISSUE SCI -CL A 1988 0.529 What I need is: 1) Delete all cases containing -CL A (and also -OLD,...
2009 Feb 17
2
annual maximum value
hi everyone! hope you can help me here. i am a new R user. what i am trying to do is to find the maximum annual discharge from a daily record. i have a data.frame which includes date and the discharge. somewhat like this.. 10/1/1989 2410 10/2/1989 2460 10/3/1989 2890 ... ... ... 12/31/2005 5730 i have been browsing through the archives and fount out about the aggregate function and the zoo package. here's one of the codes i've tried DF <- read.table(data[i], sep =",") ##i have seve...
2018 Jul 18
2
Cannot contact any KDC for requested realm
Am 18.07.2018 um 14:17 schrieb Rowland Penny via samba: > On Wed, 18 Jul 2018 13:49:39 +0200 > Anton Blau via samba <samba at lists.samba.org> wrote: > > Hmm, your REALM is 'SMBDOMAIN.FILE.DUCK' but your dnsdomain appears to > be just 'duck' > > Rowland > I read https://wiki.samba.org/index.php/Active_Directory_Naming_FAQ - but I am not sure that my
2010 Apr 26
2
Tapply.
...NA NA NA NA NA 218 NA NA 235 243 240 NA 11264402000 0 1988 238 246 249 NA 244 213 212 224 232 238 232 230 11264402000 1 1988 238 246 249 246 244 213 212 224 232 NA NA 230 11264402000 3 1988 238 246 249 246 244 213 212 224 232 NA NA 230 11264402000 0 1989 232 233 238 239 231 NA 215 NA NA NA NA 238 11264402000 1 1989 232 233 238 239 231 NA NA NA NA NA NA 238 11264402000 3 1989 232 233 238 239 231 NA NA NA NA NA NA 238 and the result should be a dataframe of column means by year with the variable D dropped (or kept...
2014 Dec 15
0
CEBA-2014:1989 CentOS 6 resource-agents BugFix Update
CentOS Errata and Bugfix Advisory 2014:1989 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1989.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 26a444a6923feacce3076d3cc599c8056f8f9f4da4ca0d2604e4ac542cdbf983 resource-agents-3.9.5-12.el6_6.1.i686...
2018 Jul 03
0
CEBA-2018:1989 CentOS 7 jss BugFix Update
CentOS Errata and Bugfix Advisory 2018:1989 Upstream details at : https://access.redhat.com/errata/RHBA-2018:1989 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 24530b2aa1420f1ae57ee1837e9e5c93301f64d99cff8d825300460b45a1154a jss-4.4.0-12.el7_5.x86_64.rpm 025adb8...
2005 Nov 17
1
Help with read.csv2
Hello, I am importing the following file ;aa;bb;cc 1988;12;12;12 1989;78;78;12 1990;78;78;12 1991;78;78;12 1992;78;78;12 1993;78;78;12 1994;78;78;12 ------------------------------------------------ data<-read.csv2("test.csv",header=T) ------------------------------------------ it gives X aa bb cc 1 1988 12 12 12 2 1989 78 78 12 3 1990 78 78 12 4 1991 7...
2009 May 13
0
Plotting data with flot
...acility what i want to achieve is that first select the region to be zoomed and then click the button to zoomed to the selected region and if possible zoom out functionality as well. var datasets = { "usa": { label: "USA", data: [[1988, 483994], [1989, 479060], [1990, 457648], [1991, 401949], [1992, 424705], [1993, 402375], [1994, 377867], [1995, 357382], [1996, 337946], [1997, 336185], [1998, 328611], [1999, 329421], [2000, 342172], [2001, 344932], [2002, 387303], [2003, 440813], [2004, 480451], [2005, 504638], [2006, 528692]], lines: {show: tr...
2013 Mar 14
1
ggplot2 problem
...333333 328 Apr 1988 58.3333333 329 May 1988 4.6666667 330 Jun 1988 0.0000000 331 Jul 1988 0.0000000 332 Aug 1988 0.0000000 333 Sep 1988 0.0000000 334 Oct 1988 0.3333333 335 Nov 1988 6.3333333 336 Dec 1988 31.0000000 337 Jan 1989 26.6666667 338 Feb 1989 28.3333333 339 Mar 1989 42.0000000 340 Apr 1989 4.0000000 341 May 1989 3.0000000 342 Jun 1989 0.0000000 343 Jul 1989 0.0000000 344 Aug 1989 0.0000000 345 Sep 1989 0.0000000 346 Oct 1989 4.3333333 347 No...
2009 Jan 27
1
Data Frame Manipulation: Time Series
...d like to generate a new data set based on some inclusionary (exclusionary) criteria. Here is an example of the type of data that I have. df<-data.frame(cbind("country"=c(rep("Angola", 9), rep("Burundi", 7), rep("Chad", 13)), "year"=c(1975:1983, 1989:1995, 1965:1977)), "war"=c(rep(1,2), rep(0,5), rep(1,2), rep(1,2), rep(0,2), rep(1,3), rep(1,4), rep(0,6), rep(1,3))) > df country year war 1 Angola 1975 1 2 Angola 1976 1 3 Angola 1977 0 4 Angola 1978 0 5 Angola 1979 0 6 Angola 1980 0 7 Angola 1981 0 8...