Displaying 20 results from an estimated 165 matches for "1923".
Did you mean:
123
2010 Feb 23
0
subtracting 100 from strptime year vector generates missing values in POSIXct where none appear to exist in strptime year vector
...5"
[28] "1939-04-08" "1939-04-08" "1939-04-08" "1939-04-08" "1938-10-24" "1938-10-24" "1938-10-24" "1938-10-24" "1930-10-16"
[37] "1930-10-16" "1930-10-16" "1930-10-16" "1923-04-17" "1923-04-17" "1923-04-17" "1923-04-17" "1929-04-17" "1929-04-17"
[46] "1929-04-17" "1929-04-17" "1929-04-17" "1925-04-11" "1925-04-11" "1925-04-11" "1925-04-11" "...
2016 Mar 12
2
Regression in strptime
...ot
for the full vector:
> .Internal(strptime(argv[[1]], argv[[2]], "CET"))
[1] "1937-01-01 CET" "1916-01-01 CET" "1913-01-01 CET" "1927-01-01 CET"
[5] "1947-01-01 CET" "1913-01-01 CET" "1917-01-01 CET" "1923-01-01 CET"
[9] "1921-01-01 CET" "1926-01-01 CET" "1920-01-01 CET" "1915-01-01 CET"
[13] "1914-01-01 CET" "1914-01-01 CET" "1914-01-01 CET" "1919-01-01 CET"
[17] "1948-01-01 CET" "1911-01-01 CE...
2016 Mar 11
2
Regression in strptime
This is definitely obscure but we had a unit test that called
.Internal(strptime, "1942/01/01", %Y/%m/%d") with timezone (TZ) set to
CET. In R-3.1.3 that returned "1942-01-01 CEST" which, paradoxically, is
correct as they evidently did strange things in Germany during the war
period. Java also returns the same. However, R-3.2.4 returns "1942-01-01
CET".
2002 Feb 12
2
Compileing 2.2.3a ( and ealier) on HPUX11
..., if needed, but don't wan't
clog up the mail list.
Is this something I can fix or is it something that will be fixed or can
I ignore it ?
--
Stephen M Kitchener
Unix Systems
Supply Chain Division.
AspenTech UK
1 Century Court,
Tolpits Lane,
Watford, Herts,
WD18 9PT
TEL +44 (0) 1923 652125
FAX +44 (0) 1923 652215
EMAIL steve.kitchener@aspentech.com
WEB http://www.aspentech.com
2007 Dec 16
1
Extracting Year (only) information from Non-Standard Dates
...ts of two types of date entries:
(a) year-only entries (eg "1983") and
(b) full date info (eg September 12, 1962).
Here's what the non-standard date info looks like:
> mode(non.standard.dates)
[1] "numeric"
> head(non.standard.dates)
[1] July 15, 1925 February 13, 1923 July 10, 1988 February 24, 1931
[5] 1952 January 9, 1957
1638 Levels: 1732 1735 1736 1740 1745 1748 1749 1750 1752 1754 1757 1760 ... September 9, 1898
I just want to extract out the year information (viz in the example above: 1925, 1923, 1988, 1931, 1952 and 1957) and create a "year&...
2008 Nov 04
1
perform Kruskal-Wallis test without using the built-in command in R
...eb 1922 47.500000
267 Mar 1922 42.900000
268 Apr 1922 66.000000
269 May 1922 25.900000
270 Jun 1922 24.900000
271 Jul 1922 83.800000
272 Aug 1922 52.600000
273 Sep 1922 39.600000
274 Oct 1922 19.000000
275 Nov 1922 36.100000
276 Dec 1922 71.900000
277 Jan 1923 32.800000
278 Feb 1923 71.400000
279 Mar 1923 52.600000
280 Apr 1923 39.900000
281 May 1923 52.300000
282 Jun 1923 6.300000
283 Jul 1923 82.800000
284 Aug 1923 39.900000
285 Sep 1923 35.100000
286 Oct 1923 135.400000
287 Nov 1923 37.300000
288 Dec 1923 5...
2016 Feb 08
1
Apparent bug in summary.data.frame() with columns of Date class and NA's present
...33, 19310526, 19691228, NA)
x.Date <- as.Date(as.character(x), format = "%Y%m%d")
DF.Dates <- data.frame(Col1 = x.Date)
> summary(x.Date)
Min. 1st Qu. Median Mean 3rd Qu.
"1881-09-24" "1902-12-04" "1920-09-10" "1923-04-12" "1941-01-17"
Max. NA's
"1969-12-28" "3"
# NA's missing from output
> summary(DF.Dates)
Col1
Min. :1881-09-24
1st Qu.:1902-12-04
Median :1920-09-10
Mean :1923-04-12
3rd Qu.:1941-01-17...
2012 Jun 06
2
package zoo, function na.spline with option maxgap -> Error: attempt to apply non-function?
...(1900, length =30 ))
z[c(2,5,6,7,9,10,15,16,17,20,21)] <- NA
> z
1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921
1 NA 3 4 NA NA NA 8 NA NA 11 12 13 14 NA NA NA 18 19 NA NA 22
1922 1923 1924 1925 1926 1927 1928 1929
23 24 25 26 27 28 29 30
#1. fill using spline: this version without gap restriction works
> na.spline(z)
1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921
1 2 3 4 5 6...
2016 Mar 15
4
Regression in strptime
...t;> > .Internal(strptime(argv[[1]], argv[[2]], "CET"))
>> [1] "1937-01-01 CET" "1916-01-01 CET" "1913-01-01 CET" "1927-01-01 CET"
>> [5] "1947-01-01 CET" "1913-01-01 CET" "1917-01-01 CET" "1923-01-01 CET"
>> [9] "1921-01-01 CET" "1926-01-01 CET" "1920-01-01 CET" "1915-01-01 CET"
>> [13] "1914-01-01 CET" "1914-01-01 CET" "1914-01-01 CET" "1919-01-01 CET"
>> [17] "1948-01-...
2016 Mar 12
0
Regression in strptime
...l vector:
>
> > .Internal(strptime(argv[[1]], argv[[2]], "CET"))
> [1] "1937-01-01 CET" "1916-01-01 CET" "1913-01-01 CET" "1927-01-01 CET"
> [5] "1947-01-01 CET" "1913-01-01 CET" "1917-01-01 CET" "1923-01-01 CET"
> [9] "1921-01-01 CET" "1926-01-01 CET" "1920-01-01 CET" "1915-01-01 CET"
> [13] "1914-01-01 CET" "1914-01-01 CET" "1914-01-01 CET" "1919-01-01 CET"
> [17] "1948-01-01 CET" "1911...
1999 Aug 27
6
write_socket_data: write failure. Error = Broken pipe
Hi:
I am running Samba 1.9.17 at SUN Solaris 2.6 and it works well.
After I upgrade Samba 2.0.3 or 2.0.5a, my Excel spreadsheets got
trouble. In the Samba log file I got:
[1999/08/23 10:45:32, 0] lib/util_sock.c:write_socket_data(570)
write_socket_data: write failure. Error = Broken pipe
Anybody has an idea what is the problem?
I
2002 Oct 14
3
Directory size display discrepency
...chine that samba is on is a DEC/Compaq machine
running 2.0.10 but is also seen on a 2.2.3a samba installed machine.
Thanks
--
Stephen M Kitchener
Unix Systems Administrator EMEA APAC
Supply Chain Division.
AspenTech UK
1 Century Court,
Tolpits Lane,
Watford, Herts,
WD18 9PT
TEL +44 (0) 1923 652125
FAX +44 (0) 1923 652215
EMAIL steve.kitchener@aspentech.com
WEB http://www.aspentech.com
Aspenworld 2002
the premier global conference for process industry leaders
October 27 - November 1, 2002
Register at http://www.aspenworld2002.com
Contact
For assistance, please contact Kr...
2005 Jun 17
2
drop elements of vector by class
...=c , mean=m)
I want to drop the variables that are factors so I can include -max- and
-min- in my table.
-macro- contacts the data--how do I drop the variables according to their
data.class
thanks,
michael foster
________________________________________________
E. Michael Foster
(W) 814-865-1923
(Fax) 814-863-0000
After 7/1
Work:
Professor of Maternal and Child Health
School of Public Health
University of North Carolina, Chapel Hill
Rosenau Hall, CB# 7445
Chapel Hill, NC 27599-7445
Home:
309 Old Larkspur Way
Chapel Hill, NC 27516
UNC School of Public Health--voted #2 SPH by...
2010 Feb 23
1
Problem with strptime generating missing values where none appear to exist
...-04-05"
"1939-04-08" "1939-04-08" "1939-04-08" "1939-04-08" "1938-10-24"
"1938-10-24" "1938-10-24"
[35] "1938-10-24" "1930-10-16" "1930-10-16" "1930-10-16" "1930-10-16"
"1923-04-17" "1923-04-17" "1923-04-17" "1923-04-17" "1929-04-17"
"1929-04-17" "1929-04-17" "1929-04-17" "1929-04-17" "1925-04-11"
"1925-04-11" "1925-04-11"
[52] "1925-04-11" "...
2013 Mar 12
5
extract values
...uot;,
"1907", "1908", "1909", "1910", "1911", "1912", "1913", "1914",
"1915", "1916", "1917", "1918", "1919", "1920", "1921", "1922",
"1923", "1924", "1925", "1926", "1927", "1928", "1929", "1930",
"1931", "1932", "1933", "1934", "1935", "1936", "1937", "1938",
"1939", &quo...
2012 Jun 10
1
Setting span orders with Astribank and Sangoma A101
...e
LABEL=[usb:X1060395] CONNECTOR=@usb-0000:00:1d.7-3
XBUS-00/XPD-00: FXS (14) Span 2
XBUS-00/XPD-10: FXS (8) Span 3
XBUS-00/XPD-20: FXS (8) Span 4
XBUS-00/XPD-30: FXS (8) Span 5
pci:0000:05:00.0 wanpipe- 1923:0300 Sangoma Technologies Corp. A101 single-port T1/E1
But now they have changed order after reboot to 1-4 and I am guessing that makes the A101 span 5 but I want to make these setting permanent
I see mention of /etc/dahdi/xpp_order and dahdi_genconf xpporder but will that help me set the spans...
2013 Mar 13
2
merge datas
...uot;, "1907", "1908",
"1909", "1910", "1911", "1912", "1913", "1914", "1915", "1916",
"1917", "1918", "1919", "1920", "1921", "1922", "1923", "1924",
"1925", "1926", "1927", "1928", "1929", "1930", "1931", "1932",
"1933", "1934", "1935", "1936", "1937", "1938", "1939", &quo...
2001 Aug 20
1
Cave plots
Hi all,
Is there a way to compare time series using cave plots with R ?
Thank you for your time.
---------------------
Patrick Gonin
Responsable D?partement Evaluation in vivo
GENETHON III- CNRS URA 1923
1 bis, rue de l'Internationale
BP 60
91002 EVRY CEDEX
FRANCE
Tel: 33-1-69-47-10-21
Fax: 33-1-60-77-86-98
gonin at genethon.fr
---------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-...
2009 Aug 21
1
Function "nsl()" missing in package utils
...t; or some other
function to do a hostname lookup!
Regards,
Janko Thyson
Janko Thyson
janko.thyson at kuei.de
Catholic University of Eichst?tt-Ingolstadt
Ingolstadt School of Management
Statistics and Quantitative Methods
Auf der Schanz 49
D-85049 Ingolstadt
www.wfi.edu/lsqm
Fon:? +49 841 937-1923
Fax:? +49 841 937-1965
2002 Apr 04
1
problem to compile wine
I have the following errors in my config.log:
conftest.c:2: parse error before `me'
configure:1765: $? = 1
configure: failed program was:
#ifndef __cplusplus
choke me
#endif
configure: failed program was:
#line 1923 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
This error occurs several times. confdefs.h does not exist. Why?
*** Note: Your system appears to have the FreeType 2 runtime libraries
*** installed, but 'freetype-config' is not in your PATH. Install...