search for: 1977

Displaying 20 results from an estimated 372 matches for "1977".

Did you mean: 1970
2010 Feb 15
4
Separating columns, and sorting by rows
Dear anyone who knows more about R than me (so everyone). I have been bashing my head on the keyboard all day trying to do something with my table. I have some data, like so: yyyy-mm Rainfall(mm) 1 1977-02 17.4 2 1977-03 34.0 3 1977-04 26.2 4 1977-05 42.6 5 1977-06 58.6 6 1977-07 23.2 7 1977-08 26.8 8 1977-09 48.4 9 1977-10 47.0 10 1977-11 37.2 11 1977-12 15.0 12 1978-01 2.6 13 1978-02...
2007 Aug 02
1
Xyplot - adding model lines to plotted points
...s that panel.superpose may be one method of attempting this, however, I am unable to produce any working code. My dataset is too large to put in as an example, but it is in the basic form as below (where sex is 1 for male and 5 for female). len age fitted_model cohort sex 1 24 2 30.05771 1977 1 2 31 3 36.64122 1977 1 3 22 2 27.73938 1978 1 4 34 3 36.64122 1977 1 5 22 2 27.73938 1978 1 6 31 3 36.64122 1977 1 7 34 3 36.64122 1977 1 8 28 2 27.73938 1978 1 9 23 2 27.73938 1978 1 10 24 2 27.73938 1978 1 11 25 2 27.73...
2007 Nov 13
2
finding the annual maximun within several years
...V3 V4 V5 1 01/01/1975 00:00:00 125.837 3.691 296.618 2 01/01/1975 01:00:00 124.799 3.679 281.307 3 01/01/1975 02:00:00 111.607 3.536 281.307 4 02/24/1976 11:00:00 21.602 2.555 93.893 5 02/24/1976 12:00:00 27.804 2.623 93.893 6 02/24/1976 13:00:00 26.105 2.604 114.716 7 10/18/1977 00:00:00 18.850 2.525 330.203 8 10/18/1977 01:00:00 21.561 2.555 320.465 9 10/18/1977 02:00:00 21.941 2.559 314.505 10 11/05/1978 01:00:00 24.981 2.592 310.464 11 11/05/1978 02:00:00 19.066 2.528 310.464 12 11/05/1978 03:00:00 26.198 2.605 305.749 13 06/29/1979 19:00:00 78.829 3.179 306.19...
2011 Nov 19
3
reshape data.frame
...I want to do. If I have a df like this: a <- data.frame(name=c(rep('a',10),rep('b',15)),year=c(1971:1980,1971:1985),amount=1:25) name year amount 1 a 1971 1 2 a 1972 2 3 a 1973 3 4 a 1974 4 5 a 1975 5 6 a 1976 6 7 a 1977 7 8 a 1978 8 9 a 1979 9 10 a 1980 10 11 b 1971 11 12 b 1972 12 13 b 1973 13 14 b 1974 14 15 b 1975 15 16 b 1976 16 17 b 1977 17 18 b 1978 18 19 b 1979 19 20 b 1980 20 21 b 1981 21 22 b 1982...
2005 Aug 19
2
Handling dates
...tation Convert to Julian Dates Description Given a month, day, and year, returns the number of days since January 1, 1960. Usage mdy.date(month, day, year, nineteen = TRUE, fillday = FALSE, fillmonth = FALSE) ---------------------------- but > library(survival) > mdy.date(12, 1, 1977) [1] 1Dec77 Similar strange results appear in other date-related functions. I plan to write functions that converts, eg, "1977-01-31" to the real number 1977.084 and back. What function in R does what 'mdy.date' claims to do? I'm on platform i686-pc-linux-gnu arch...
2012 Feb 06
4
[Bug 1977] New: ProxyCommand seems to no execute shell commands
https://bugzilla.mindrot.org/show_bug.cgi?id=1977 Bug #: 1977 Summary: ProxyCommand seems to no execute shell commands Classification: Unclassified Product: Portable OpenSSH Version: 5.9p1 Platform: All OS/Version: All Status: NEW Severity: normal...
2012 Jan 30
1
Linear Mixed Model set-up
...1.59 12 Walleye 1975 1.53 13 Walleye 1975 2.16 14 Walleye 1975 1.60 15 Walleye 1975 2.16 16 Walleye 1976 2.03 17 Walleye 1976 1.97 18 Walleye 1976 1.95 19 Walleye 1976 2.36 20 Walleye 1976 1.82 21 Walleye 1976 1.99 22 Walleye 1977 1.06 23 Walleye 1977 2.00 24 Walleye 1977 1.97 25 Walleye 1977 2.00 26 Walleye 1977 1.99 27 Walleye 1977 1.95 28 Walleye 1977 2.10 29 Walleye 1977 2.29 30 Walleye 1977 2.20 31 Walleye 1979 1.90 32 Walleye 1979 1.98 33 Wall...
2006 Nov 26
1
GLM and LM singularities
...9;m using are sea surface temperature and sea surface temperature anomaly. A small sample of my data is below: CPUE Year Vessel_ID Base_Port Boat_Lgth Planing SST Anomaly 0.127 1976 2 BOI 40 Planing 19.4 -0.308 0.059 1976 30 BOI 40 Displacement 19.4 -0.308 0.033333 1977 46 BOI 45 Displacement 18.5 -1.008 0.169231 1977 2 BOI 40 Planing 18.5 -1.008 0.044118 1977 19 BOI 34 Planing 18.5 -1.008 0.114286 1977 29 WHANGAROA 42 Displacement 18.5 -1.008 Have defined Year, Vessel_ID, Base_Port, Boat_Lgth, Planing as factors, and CPUE, SST...
2009 Sep 27
2
Count number of zeros in a collumn
I have a matrix 700x2000 which is sampled in each cycle from another matrix 788x2000 with the numbers 0,1 and 9 There is one specific collumn of this matrix, dart[,1977], that usually, after the samplimg procedure has only 1 and 9 (because the zero frequency in this collumn is low). However, when this happens, I want to include an IF conditional in my code. so basically what i wanted to do was to count the number of zeros in this collumn to use this information in...
2016 Sep 29
0
CEEA-2016:1977 CentOS 7 sfc Enhancement Update
CentOS Errata and Enhancement Advisory 2016:1977 Upstream details at : https://rhn.redhat.com/errata/RHEA-2016-1977.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 8d00aea701167b41636c94c8dc6c6dc7658daa1f833d5c6dfbf2a02e179d26a6 kmod-sfc-4.0-1.el7_2.x86_64.rpm So...
2013 Jul 25
1
[Bug 1977] ProxyCommand seems to no execute shell commands
https://bugzilla.mindrot.org/show_bug.cgi?id=1977 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |2130 --- Comment #5 from Damien Miller <djm at mindrot.org>...
2013 Mar 14
1
ggplot2 problem
...666667 184 Apr 1976 2.3333333 185 May 1976 1.0000000 186 Jun 1976 0.0000000 187 Jul 1976 0.0000000 188 Aug 1976 0.0000000 189 Sep 1976 0.0000000 190 Oct 1976 0.0000000 191 Nov 1976 3.5000000 192 Dec 1976 5.6666667 193 Jan 1977 6.0000000 194 Feb 1977 21.6666667 195 Mar 1977 12.3333333 196 Apr 1977 18.0000000 197 May 1977 5.0000000 198 Jun 1977 0.0000000 199 Jul 1977 0.0000000 200 Aug 1977 0.0000000 201 Sep 1977 0.0000000 202 Oct 1977 0.3333333 203 No...
2013 Jun 04
0
[Bug 1977] ProxyCommand seems to no execute shell commands
https://bugzilla.mindrot.org/show_bug.cgi?id=1977 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dtucker at zip.com.au Blocks|...
2014 Feb 05
0
[Bug 1977] ProxyCommand seems to no execute shell commands
https://bugzilla.mindrot.org/show_bug.cgi?id=1977 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |2188 --- Comment #7 from Damien Miller <djm at mindrot.org>...
2014 Apr 12
0
[Bug 1977] ProxyCommand seems to no execute shell commands
https://bugzilla.mindrot.org/show_bug.cgi?id=1977 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |2226 --- Comment #9 from Damien Miller <djm at mindrot.org>...
2014 Jul 07
0
[Bug 1977] ProxyCommand seems to no execute shell commands
https://bugzilla.mindrot.org/show_bug.cgi?id=1977 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED -...
2014 Oct 07
0
[Bug 1977] ProxyCommand seems to no execute shell commands
https://bugzilla.mindrot.org/show_bug.cgi?id=1977 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Damien Miller <djm at mindrot.org&...
2009 Jan 27
1
Data Frame Manipulation: Time Series
...te 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 Angola 1982 1...
2012 Jan 23
1
sqldf + Date class. Ordering and summary statistics appear to be incorrect.
...red problems with ordering of observations or calculating statistics such as max() and min() when the variable used is of class Date. For example, if I run the following code: =============== begin code ================= library(sqldf) A<-data.frame(Dates=as.Date(c("1994-02-14","1977-02-23","2001-09-18","2009-08-01")),Ret=rnorm(4)) OrderedA<-sqldf('select * from A order by Dates') MaxA<-sqldf('select max(Dates) as Dates from A')[1,1] MinA<-sqldf('select min(Dates) as Dates from A')[1,1] =============== end code =========...
2002 Sep 03
1
Bugs in $RHOME/src/library/SJava/src/makefile.win (PR#1977)
Full_Name: Heinz Grimm Version: R1.5.1 OS: Windows NT Submission from: (NULL) (195.65.178.178) Line 11 is: "DLLLIBS=-L'c:/jdk1.3/lib' -L$(JAVA_HOME)/jre/bin/hotspot...." should be: "DLLLIBS=-L$(JAVA_HOME)/lib -L$(JAVA_HOME)/jre/bin/hotspot...." Line 59 is: " (cd .. ; ./configure.win $(RHOME))" should be: " (cd .. ; sh ./configure.win $(RHOME))"