search for: 1961

Displaying 20 results from an estimated 158 matches for "1961".

Did you mean: 191
2010 Mar 14
3
for() loop
Hello I'm working with R since a few month and have still many trivial questions - I guess! Here is what I want: I have this matrix: > dim(datjan) [1] 899 4 The first 10 rows looks as follows: > datjan[1:10,] V1 V2 V3 V4 1 1961 1 1 24 2 1961 1 2 24 3 1961 1 3 24 4 1961 1 4 24 5 1961 1 5 24 6 1961 1 6 27 7 1961 1 7 27 8 1961 1 8 27 9 1961 1 9 27 10 1961 1 10 27 I tried now to create a for() loop, which gives me the sum of the 30 different classes (1:30!) in [,4]. for(i in 1:30){ sum(datjan[,4...
2013 Jul 12
4
simplify a dataframe
..."01/04/1935", "01/04/1935", "01/04/1935", "19/02/1940", "19/02/1940", "19/02/1940", "19/02/1940", "19/02/1940", "19/02/1940", "19/02/1940", "19/02/1940", "19/02/1940", "10/07/1961", "10/07/1961", "10/07/1961", "10/07/1961", "10/07/1961", "10/07/1961", "10/07/1961", "10/07/1961", "10/07/1961", "10/07/1961", "10/07/1961", "10/07/1961", "10/07/1961", &quo...
2018 Jan 28
2
Plotting quarterly time series
I have a data set with quarterly time series for several variables. The time index is recorded in column 1 of the dataframe as a character vector "Q1 1961", "Q2 1961","Q3 1961", "Q4 1961", "Q1 1962", etc. I want to produce line plots with ggplot2, but it seems I need to convert the time index from character to date class. Is that right? If so, how do I make the conversion?
2002 Apr 02
1
cbind.ts bug?
The following creates a time series tt1 whose values rise from 1 to 20 and another time series tt2 each of whose values are 10 larger than the corresponding value in tt1. When we attempt to bind them together as columns, the entry after Dec 1960 is erroneously listed as NA 1960 instead of Jan 1961. If n is changed to either 19 or is changed to 21 in the example below, the example suddenly works correctly. > n <- 20 > x <- 1:n > tt1 <- ts(x,start=c(1960,2),freq=12) > tt2 <- ts(10+x,start=c(1960,2),freq=12) > cbind(tt1,tt2) tt1 tt2 Feb 1960 1 11 Ma...
2008 Mar 02
1
question on lag.zoo
Hi Guys, I'm using zoo package now. I found lag is not doing what I assumed. > x <- zoo(11:21) > z <- zoo(1:10, yearqtr(seq(1959.25, 1961.5, by = 0.25)), frequency = 4) > x 1 2 3 4 5 6 7 8 9 10 11 11 12 13 14 15 16 17 18 19 20 21 > lag(x) 1 2 3 4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 > z 1959 Q2 1959 Q3 1959 Q4 1960 Q1 1960 Q2 1960 Q3 1960 Q4 1961 Q1 1961 Q2 1961 Q3 1 2 3 4...
2018 Jan 28
0
Plotting quarterly time series
On Sun, 28 Jan 2018, phil at philipsmith.ca wrote: > I have a data set with quarterly time series for several variables. The > time index is recorded in column 1 of the dataframe as a character > vector "Q1 1961", "Q2 1961","Q3 1961", "Q4 1961", "Q1 1962", etc. I want > to produce line plots with ggplot2, but it seems I need to convert the > time index from character to date class. Is that right? If so, how do I > make the conversion? You can use th...
2018 Jan 28
1
Plotting quarterly time series
...Achim Zeileis <Achim.Zeileis at uibk.ac.at> wrote: > On Sun, 28 Jan 2018, phil at philipsmith.ca wrote: > >> I have a data set with quarterly time series for several variables. The >> time index is recorded in column 1 of the dataframe as a character vector >> "Q1 1961", "Q2 1961","Q3 1961", "Q4 1961", "Q1 1962", etc. I want to produce >> line plots with ggplot2, but it seems I need to convert the time index from >> character to date class. Is that right? If so, how do I make the conversion? > > >...
2011 Dec 17
3
[Bug 1961] New: ECDSA memory leak
https://bugzilla.mindrot.org/show_bug.cgi?id=1961 Bug #: 1961 Summary: ECDSA memory leak Classification: Unclassified Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Compo...
2010 Jan 30
2
question about time series objects
...ut a time series object: how to access values for a particular year and quarter (say)? Suppose, following http://www.stat.pitt.edu/stoffer/tsa2/R_time_series_quick_fix.htm I have read in data as a time series; here is how it looks. * Qtr1 Qtr2 Qtr3 Qtr4 1960 0.71 0.63 0.85 0.44 1961 0.61 0.69 0.92 0.55 . . . . . . . . . . 1979 14.04 12.96 14.85 9.99 1980 16.20 14.67 16.02 11.61* How do I access the value for 1961 quarter 3 (say)? Dipankar [[alternative HTML version deleted]]
2017 Feb 01
0
Stalled Replication & "DsGetNCChanges 2nd replication"
...ays stalls out attempting to replicate CN=Configuration object X of Y. So I have been digging, digging, digging, and I found this in the log file of the DC the 2008R2 box is attempting to replicate from - Feb 1 16:52:42 larkin28 samba[18650]: ../source4/rpc_server/drsuapi/getncchanges.c:1961: DsGetNCChanges 2nd replication on DN CN=Configuration,DC=micore,DC=us older highwatermark (last_dn CN=414,CN=DisplaySpecifiers,CN=Configuration,DC=micore,DC=us) Feb 1 16:52:44 larkin28 samba[18650]: [2017/02/01 16:52:44.553389, 0] ../source4/rpc_server/drsuapi/getncchanges.c:1961(dcesrv_...
2009 Sep 09
1
Forecast - How to create variables with summary() results parameters
...: 0.0367 AIC AICc BIC 1391.174 1395.457 1438.691 In-sample error measures: ME RMSE MAE MPE MAPE MASE 1.1644124 10.9944227 8.0668541 0.2032631 2.9361762 0.3119416 Forecasts: Point Forecast Lo 80 Hi 80 Lo 95 Hi 95 Jan 1961 444.9979 424.0692 465.9267 412.9901 477.0057 Feb 1961 444.1187 419.8324 468.4049 406.9760 481.2613 Mar 1961 506.4125 475.2920 537.5330 458.8178 554.0072 Apr 1961 493.9890 460.5937 527.3844 442.9153 545.0628 How can I associate to a variable for example the "In sample e...
2011 Aug 05
3
excel dates and times in R
Hello, I am having some fun dealing with dates and times. My input is a excel csv file with two columns with data in the following format: date time 25-Jun-1961 04:00:00 i.e. day - month - year hour:min:sec I would like to have a single object in R that combines these and converts them into a sensible R format (e.g. ISOdatetime(1961,06,25,04,00,00,tz="GMT"). I have played with the function chron and also strptime b...
2017 Oct 12
0
samba getting stuck, highwatermark replication issue?
...7.958994,  3] >> ../source4/smbd/process_single.c:114(single_terminate) >>   single_terminate: reason[ldapsrv_call_loop: >> tstream_read_pdu_blob_recv() - NT_STATUS_CONNECTION_RESET] >> [2017/10/12 08:38:57.969111,  0] >> ../source4/rpc_server/drsuapi/getncchanges.c:1961(dcesrv_drsuapi_DsGetNCChanges) >>   ../source4/rpc_server/drsuapi/getncchanges.c:1961: DsGetNCChanges >> 2nd replication on DN DC=samba,DC=company,DC=com older highwatermark >> (last_dn CN=Schema Admins,CN=Users,DC=samba,DC=company,DC=com) >> [2017/10/12 08:38:57.969762, ...
2014 Dec 08
0
CEBA-2014:1961 CentOS 6 system-config-firewall BugFix Update
CentOS Errata and Bugfix Advisory 2014:1961 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1961.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 76941a8d25344b05dfbd9d356de1aaa938f596c42ef5984ce8c8e176d54edd20 system-config-firewall-1.2.27-7.2.el6...
2015 Nov 03
0
CEBA-2015:1961 CentOS 7 fcoe-utils BugFix Update
CentOS Errata and Bugfix Advisory 2015:1961 Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-1961.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: a0ee99a9a8c2dc995c8836241b5eda2d7015599390f42550c97a230b23b3c79a fcoe-utils-1.0.29-9.1.el7_1.x86_64....
2013 Mar 14
1
ggplot2 problem
...ot(data.m, aes(variable, Month)) + geom_tile(aes(fill = value), colour = "white") p + scale_fill_gradient(low = "white", high = "black") Thank you! The used data is: Month variable value 1 Jan 1961 87.6666667 2 Feb 1961 133.6666667 3 Mar 1961 113.6666667 4 Apr 1961 50.6666667 5 May 1961 7.5000000 6 Jun 1961 0.0000000 7 Jul 1961 0.0000000 8 Aug 1961 0.0000000 9 Sep 1961 0.0000000 10 Oct 1961 0.3333333 11 No...
2017 Jul 05
4
Help with reshape/reshape2 needed
....362500000 1976 0.925000000 1978 0.712500000 1979 0.337500000 1980 0.700000000 1981 0.425000000 1982 0.212500000 1983 0.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.45192307...
2015 Aug 11
0
[Bug 1961] ECDSA memory leak
https://bugzilla.mindrot.org/show_bug.cgi?id=1961 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Damien Miller <djm at mindrot.org&g...
2017 Oct 12
4
samba getting stuck, highwatermark replication issue?
...ON_RESET' > [2017/10/12 08:38:57.958994, 3] ../source4/smbd/process_single.c:114(single_terminate) > single_terminate: reason[ldapsrv_call_loop: tstream_read_pdu_blob_recv() - NT_STATUS_CONNECTION_RESET] > [2017/10/12 08:38:57.969111, 0] ../source4/rpc_server/drsuapi/getncchanges.c:1961(dcesrv_drsuapi_DsGetNCChanges) > ../source4/rpc_server/drsuapi/getncchanges.c:1961: DsGetNCChanges 2nd replication on DN DC=samba,DC=company,DC=com older highwatermark (last_dn CN=Schema Admins,CN=Users,DC=samba,DC=company,DC=com) > [2017/10/12 08:38:57.969762, 2] ../source4/rpc_server/drs...
2012 Dec 17
1
subset handling
...73221 EA 1960 3 0.99258064604 EA 1960 4 2.01500005987 EA 1960 5 5.22516137370 EA 1960 6 7.86533338753 EA 1960 7 5.503548410136 EA 1960 8 3.169354811519 EA 1960 9 2.951000012902 EA 1960 10 3.548064514285 EA 1960 11 2.137333315668 EA 1960 12 1.2193548477 EA 1961 1 1.05935481860 EA 1961 2 1.00785713243 EA 1961 3 1.56419354626 EA 1961 4 2.74366676009 EA 1961 5 4.48580657392 EA 1961 6 6.15666678775 EA 1961 7 4.015806510158 EA 1961 8 2.253548411541 EA 1961 9 1.703000012924 EA 1961 10 1.624838714307 EA 1961 11 1.5...