search for: 1971

Displaying 20 results from an estimated 181 matches for "1971".

Did you mean: 1970
2013 Feb 12
3
Changing the order of months within a year
...ng of each year? I am planning on doing some time series analysis with this data and think that the order of months is very important for the time series. I appreciate any suggestions and thank you in advance. site date year precipitation temp_max temp_min 1 castlepeak Jan-71 1971 26.2903226 38.29032 18.06452 2 castlepeak Feb-71 1971 9.1071429 39.60714 17.50000 3 castlepeak Mar-71 1971 36.3548387 38.87097 17.77419 4 castlepeak Apr-71 1971 14.8333333 44.06667 22.56667 5 castlepeak May-71 1971 11.0967742 47.87097 29.22581 6 castlepeak Jun-71 1971 7.900...
2007 Jun 28
0
WEIBULL FRAILTY MODEL HELP
...x age year thickness ulcer 1 1 10 0 1 76 1972 6.76 1 2 2 30 0 1 56 1968 0.65 0 3 3 35 0 1 41 1977 1.34 0 4 4 99 0 0 71 1968 2.90 0 5 5 185 1 1 52 1965 12.08 1 6 6 204 1 1 28 1971 4.84 1 7 7 210 1 1 77 1972 5.16 1 8 8 232 0 0 60 1974 3.22 1 9 9 232 1 1 49 1968 12.88 1 10 10 279 1 0 68 1971 7.41 1 11 11 295 1 0 53 1969 4.19 1 12 12 355 0 0 64 1972...
2011 Nov 19
3
reshape data.frame
A late friday afternoon coding question. I'm having a hard time thinking of the correct search terms for what 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 19...
2012 Jan 10
1
[Bug 1971] New: ssh-keyscan should default to ecdsa or ecdsa,rsa
https://bugzilla.mindrot.org/show_bug.cgi?id=1971 Bug #: 1971 Summary: ssh-keyscan should default to ecdsa or ecdsa,rsa Classification: Unclassified Product: Portable OpenSSH Version: 5.9p1 Platform: All OS/Version: All Status: NEW Severity: normal...
2014 Dec 10
0
CESA-2014:1971 Important CentOS 7 kernel Security Update
CentOS Errata and Security Advisory 2014:1971 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-1971.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 0ba4633c95c00c8c0e680e4ba25a7d86b814997e770ec969b13786e7dc293edb kernel-3.10.0-123.13.1.el7...
2008 Feb 02
0
[LLVMdev] Fwd: [LLVMbugs] [Bug 1971] New: EQUIVALENCE not supported in llvm-gfortran
....edu/~vadve http://llvm.org/ Begin forwarded message: > From: "bugzilla-daemon at cs.uiuc.edu" <bugzilla-daemon at cs.uiuc.edu> > Date: February 1, 2008 5:08:12 AM CST > To: "llvmbugs at cs.uiuc.edu" <llvmbugs at cs.uiuc.edu> > Subject: [LLVMbugs] [Bug 1971] New: EQUIVALENCE not supported in > llvm-gfortran > > http://llvm.org/bugs/show_bug.cgi?id=1971 > > Summary: EQUIVALENCE not supported in llvm-gfortran > Product: tools > Version: trunk > Platform: PC > OS/Version: Linux &g...
2013 Mar 14
1
ggplot2 problem
...333333 112 Apr 1970 27.6666667 113 May 1970 2.0000000 114 Jun 1970 0.0000000 115 Jul 1970 0.0000000 116 Aug 1970 0.0000000 117 Sep 1970 0.0000000 118 Oct 1970 5.6666667 119 Nov 1970 2.3333333 120 Dec 1970 10.3333333 121 Jan 1971 15.0000000 122 Feb 1971 21.3333333 123 Mar 1971 19.3333333 124 Apr 1971 1.5000000 125 May 1971 0.0000000 126 Jun 1971 0.0000000 127 Jul 1971 0.0000000 128 Aug 1971 0.0000000 129 Sep 1971 2.0000000 130 Oct 1971 1.6666667 131 No...
2015 Aug 11
0
[Bug 1971] ssh-keyscan should default to ecdsa or ecdsa,rsa
https://bugzilla.mindrot.org/show_bug.cgi?id=1971 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Damien Miller <djm at mindrot.org&g...
2008 Oct 14
6
Doing a Task Without Using a For Loop
...length(data1[data1$Year==data1$Year[i] & data1$ID==data1$ID[i],1]) } This seems to work but is horribly slow (some files I am working with have over 500,000 lines). Can anyone suggest a faster way of doing this, perhaps a way that does not use a for loop? Thanks. Tom ID Year NinYear 209 1971 0 209 1971 0 213 1951 0 213 1951 0 213 1953 0 213 1953 0 213 1953 0 213 1953 0 213 1953 0 213 1953 0 213 1953 0 213 1953 0 213 1953 0 213 1953 0 213 1953 0 213 1953 0 213 1953 0 213 1953 0 213 1953 0 213 1954 0 213 1954 0 213 1954 0 213 1954 0 213 1954 0 213 1954 0 213 1954 0 213 1954 0 213 1954 0...
2017 Nov 26
3
dplyr - add/expand rows
...owing: > > > data.collection > # A tibble: 5 x 4 > STATION_NUMBER YEAR_FROM YEAR_TO RECORD > <chr> <int> <int> <chr> > 1 07EA001 1960 1960 QMS > 2 07EA001 1961 1970 QMC > 3 07EA001 1971 1971 QMM > 4 07EA001 1972 1976 QMC > 5 07EA001 1977 1983 QRC > > I would like to reshape this to one operational record (row) per year per > station. Something like: > > 07EA001 1960 QMS > 07EA001 1961...
2012 Dec 17
1
subset handling
...1970 3 0.461290324763 FA 1970 4 0.710000006146 FA 1970 5 2.419354847529 FA 1970 6 4.133333338912 FA 1970 7 1.4741935510295 FA 1970 8 0.8870967711678 FA 1970 9 0.8566666713061 FA 1970 10 1.8419354814444 FA 1970 11 0.4333333315827 FA 1970 12 0.32903226625 FA 1971 1 0.248387102008 FA 1971 2 0.264285713391 FA 1971 3 0.335483874774 FA 1971 4 0.730000006157 FA 1971 5 4.058064527540 FA 1971 6 5.226666678923 FA 1971 7 3.5903225810306 FA 1971 8 1.2870967711689 FA 1971 9 0.6633333313072 FA 1971 10 0.4225806514455 FA 1971...
2017 Jul 05
4
Help with reshape/reshape2 needed
....312500000 1986 0.237500000 1958 0.643564356 1963 0.250000000 1968 0.211538462 1976 0.317307692 1981 0.673076923 1985 0.730769231 1986 0.057692308 1957 0.073394495 1966 0.742574257 1961 0.082568807 1964 0.165137615 1965 0.137614679 1959 0.128712871 1968 0.587155963 1969 0.660550459 1970 0.477064220 1971 0.513761468 1973 0.449541284 1974 0.128440367 1968 0.415841584 1977 0.009174312 1979 0.339449541 1981 0.596330275 1982 0.348623853 1984 0.146788991 1986 0.651376147 1959 0.451923077 1965 0.750000000 1962 0.326732673 1964 0.782178218 1970 0.336538462 1975 0.277227723 1978 0.712871287 1957 0.50961538...
2017 Nov 27
2
dplyr - add/expand rows
try this: ########################################## library(dplyr) input <- tribble( ~station, ~from, ~to, ~record, "07EA001" , 1960 , 1960 , "QMS", "07EA001" , 1961 , 1970 , "QMC", "07EA001" , 1971 , 1971 , "QMM", "07EA001" , 1972 , 1976 , "QMC", "07EA001" , 1977 , 1983 , "QRC" ) result <- input %>% rowwise() %>% do(tibble(station = .$station, year = seq(.$from, .$to), record = .$record)...
2008 Feb 02
0
[LLVMdev] Fwd: [LLVMbugs] [Bug 1971] New: EQUIVALENCE not supported in llvm-gfortran
Vikram, > I didn't know that EQUIVALENCE is the only unsupported major Fortran > feature, as this bug says. Can you give me an update on the status of > the Fortran front-end and what the near-term goals are? Ok. I was going to post something soon after 2.2 release, but let's do it now. LLVM 2.2 will contain (as a part of llvm-gcc 4.2) a port of gfortran compiler to the LLVM
2004 Feb 04
5
Newbie question: histogram
Hello, how do you create a histogram with a data frame? year snow.cover 1970 6.5 1971 12.0 1972 14.9 1973 10.0 1974 10.7 1975 7.9 ... mydata=data.frame(year=c(1970,...),snow.cover=c(6.5,...)) hist(mydata) does not work. Many thanks. PR
2017 Nov 26
0
dplyr - add/expand rows
...lection > > # A tibble: 5 x 4 > > STATION_NUMBER YEAR_FROM YEAR_TO RECORD > > <chr> <int> <int> <chr> > > 1 07EA001 1960 1960 QMS > > 2 07EA001 1961 1970 QMC > > 3 07EA001 1971 1971 QMM > > 4 07EA001 1972 1976 QMC > > 5 07EA001 1977 1983 QRC > > > > I would like to reshape this to one operational record (row) per year per > > station. Something like: > > > > 07EA001 1960...
2007 Jun 11
0
biplot package II
Dear all, I've been learning biplot (Gabriel, 1971) and some days ago I sent for this list a procedural function with invitation for a collaborative package. Jari Oksanen made some suggestions and I agree with all. So, I reworked the function under the object-oriented programming (OOP/S3). I think it is now a good frame for more resources. Below...
2019 Mar 22
3
[PATCH 1/2] readtable: add hook for type conversions per column
This commit adds a function parameter to readtable. The function is called for every column. The goal is to allow specific (non-standard) type conversions depending on the input. When the parameter is not given, or the function returns NULL, the legacy default applies. The colClasses parameter still takes precedence, i.e. the colConvertFn only applies to the default conversions. This allows to
2017 Nov 28
0
dplyr - add/expand rows
...###################################### > > library(dplyr) > > input <- tribble( > ~station, ~from, ~to, ~record, > "07EA001" , 1960 , 1960 , "QMS", > "07EA001" , 1961 , 1970 , "QMC", > "07EA001" , 1971 , 1971 , "QMM", > "07EA001" , 1972 , 1976 , "QMC", > "07EA001" , 1977 , 1983 , "QRC" > ) > > result <- input %>% > rowwise() %>% > do(tibble(station = .$station, > year = seq(.$...
2012 Nov 24
3
Designating a new year (Sept-Aug) in R
If I have data (below) and need some help in figuring out how I can change the values of my date column, so that a year will be from September-August? So the year 1990 = September 89-August 90; 1991 = September 90-August 91, etc... I was trying to use the if() function, but am unable to figure it out. I basically need to change the years associated with September-December to the following