Displaying 20 results from an estimated 124 matches for "1955".
Did you mean:
155
2003 May 12
1
Zeitreihen problem
Hallo!
I lese gro?e Zeitreihen in R ein z.B. mit:
> disc<-read.table("F:/R/DATA/discount_rate_usa.txt")
disc hat dann folgende Struktur:
> disc[1:5]
V1 V2
1 01/03/1955 1.5
2 01/04/1955 1.5
3 01/05/1955 1.5
4 01/06/1955 1.5
5 01/07/1955 1.5
ich will das disc als Zeitreihe erkannt wird und will z.B 01/03/1955 in ein
Datum verwandeln, aber es wird als factor aufgefasst:
> disc[1,1]
[1] 01/03/1955
17647 Levels: 01/01/1956 01/01/1957 01/01/1958 01/01/1959 ......
2017 Apr 30
1
Byte compilation with window<- in R3.4.0
...de a loop, probably
the result of the byte compiler now enabled by default.
When I turn it off, it works again, as in older versions of R. I tested on Win,
Linux and Mac, and the problem occurs everywhere.
Here is a reproducible example:
z <- AirPassengers
# this works
window(z, start = c(1955, 1), end = c(1955, 1)) <- NA
# but this does not
for (i in 1) {
window(z, start = c(1955, 1), end = c(1955, 1)) <- NA
}
# Error in stats::window(x = `*tmp*`, start = c(1955, 1), end = c(1955, :
# object '*tmp*' not found
# turning off the byte compiler makes it working again...
2012 Dec 17
3
mean of each month in data
...1 2.4
Ta 1968 1 2 2.4
Ta 1968 1 3 2.4
Ta 1968 2 1 2.4
Ta 1968 2 2 2.4
Ta 1968 2 3 2.4
Ta 1968 3 1 2.3
Ta 1968 3 2 2.2
Ta 1968 3 3 2.3
Ta 1969 1 1 2.4
Ta 1969 1 2 2.4
Ta 1969 1 3 2.4
Ta 1969 2 1 2.4
Ta 1969 2 2 2.4
Ta 1969 2 3 2.4
Ta 1969 3 1 2.4
Ta 1969 3 2 2.4
Ta 1969 3 3 2.4
Sa 1955 1 1 2.4
Sa 1955 1 2 2.4
Sa 1955 1 3 2.4
Sa 1955 2 1 2.4
Sa 1955 2 2 2.4
Sa 1955 2 3 2.4
Sa 1955 3 1 2.3
Sa 1955 3 2 2.2
Sa 1955 3 3 2.3
Sa 1956 4 1 2.4
Sa 1956 4 2 2.4
Sa 1956 4 3 2.4
Sa 1956 5 1 2.4
Sa 1956 5 2 2.4
Sa 1956 5 3 2.4
Sa 1956 6 1 2.4
Sa 1956 6 2 2.4
Sa 1956 6 3 2.4...
2012 Dec 17
1
subset handling
...6 TA 2008 4 5.125779446639 TA 2008 5 9.109894968022 TA 2008 6 7.642119919405 TA 2008 7 4.5458325710788 TA 2008 8 2.1524258712171 TA 2008 9 3.4034146913554 TA 2008 10 0.9428364214937 TA 2008 11 9.7961244216320 TA 2008 12 17.286549731197 TA 2009 1 5.219552552580 TA 2009 2 13.221212883963 TA 2009 3 7.395581695346 TA 2009 4 19.673796716729 TA 2009 5 6.824322768112 TA 2009 6 3.640100819495 TA 2009 7 1.0856853210878 TA 2009 8 0.6736243612261 TA 2009 9 2.3143062613644 TA 2009 10 1.3568127015027 TA 2009 1...
2008 Oct 14
6
Doing a Task Without Using a For Loop
...13 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
213 1954 0
213 1954 0
213 1955 0
213 1955 0
234 1953 0
234 1953 0
234 1953 0
234 1953 0
234 1953 0
234 1958 0
234 1958 0
234 1965 0
234 1965 0
234 1965 0
249 1952 0
249 1952 0
--
View this message in context: http://www.nabble.com/Doing-a-Task-Without-Using-a-For-Loop-tp19974078p19974078.html
Sent from the R help mailing lis...
2009 Jan 23
2
Dates in Common
...s is not giving me what I want (I don't know what it is giving
me). What is the best way to do this?
Tom
> data1
[1] "1948-02-24 EST" "1949-04-12 EST" "1950-05-29 EDT" "1951-05-21 EDT"
[5] "1951-12-20 EST" "1953-01-22 EST" "1955-02-28 EST" "1956-03-08 EST"
[9] "1957-03-22 EST" "1958-02-07 EST"
> data2
[1] "1948-02-24 EST" "1949-04-12 EST" "1950-05-29 EDT" "1951-05-21 EDT"
[5] "1951-12-20 EST" "1953-01-22 EST" "1955-02-...
2007 Mar 01
4
memdisk from 3.36 crashing on Dell PowerEdge 1955
Hello list,
I had to boot a Dell Diagnostic Disk today, and tried doing this via
memdisk - which was when I noticed memdisk isn't working for me at all,
neither from pxelinux nor syslinux.
After trying around with 'raw', 'bigraw' and the like I noticed it
doesn't even do anything when just using:
LABEL diag
KERNEL memdisk
.. when I try that:
boot: diag
nothing
2005 Jun 18
0
"LDAP: No username in reply" error
...mber gidNumber
Jun 18 08:28:12 setzer slapd[1957]: conn=37 op=39 SEARCH RESULT tag=101
err=0 nentries=1 text=
Jun 18 08:28:12 setzer slapd[1952]: conn=565 fd=18 closed
Jun 18 08:28:13 setzer slapd[1952]: conn=568 fd=18 ACCEPT from
IP=192.168.1.3:54510 (IP=0.0.0.0:389)
Jun 18 08:28:13 setzer slapd[1955]: conn=568 op=0 BIND
dn="uid=ispman,ou=admins,o=ispman" method=128
Jun 18 08:28:13 setzer slapd[1955]: conn=568 op=0 BIND
dn="uid=ispman,ou=admins,o=ispman" mech=SIMPLE ssf=0
Jun 18 08:28:13 setzer slapd[1955]: conn=568 op=0 RESULT tag=97 err=0 text=
Jun 18 08:28:13 setzer sla...
2009 Oct 29
5
Summing identical IDs
Hello All,
I would like to select records with identical IDs then sum an attribute
then and return them to the data frame as a single record. Please consider
Acres<-c(100,101,100,130,156,.5,293,300,.09)
Bldgid<-c(1,2,3,4,5,5,6,7,7)
DF=cbind(Acres,Bldgid)
DF<-as.data.frame(DF)
So that:
Acres Bldgid
1 100.00 1
2 101.00 2
3 100.00 3
4 130.00 4
5 156.00 5
2008 Nov 04
1
perform Kruskal-Wallis test without using the built-in command in R
...eb 1954 50.000000
651 Mar 1954 49.000000
652 Apr 1954 10.000000
653 May 1954 45.000000
654 Jun 1954 102.000000
655 Jul 1954 59.000000
656 Aug 1954 80.000000
657 Sep 1954 40.000000
658 Oct 1954 44.000000
659 Nov 1954 94.000000
660 Dec 1954 50.000000
661 Jan 1955 49.000000
662 Feb 1955 29.000000
663 Mar 1955 23.000000
664 Apr 1955 8.000000
665 May 1955 94.000000
666 Jun 1955 55.000000
667 Jul 1955 10.000000
668 Aug 1955 18.000000
669 Sep 1955 45.000000
670 Oct 1955 60.000000
671 Nov 1955 23.000000
672 Dec 1955 4...
2007 Oct 26
4
BROADCOM 5708 ON POWER EDGE 1955
Hello, I''ve this strange problem.
When Xen kernel start and it try to start eth devices, network doesn''t work.
It seems to be a problem with NICs firmware.
Anyone had this problem? Do you know where I can download firmware upgrade?
(on DELL''s site I''ve just searched...)
Thanks,
Carlo
No virus found in this outgoing message.
Checked by AVG Free Edition.
2010 Sep 22
2
Unique subsetting question
...xample:
> presidents
Qtr1 Qtr2 Qtr3 Qtr4
1945 NA 87 82 75
1946 63 50 43 32
1947 35 60 54 55
1948 36 39 NA NA
1949 69 57 57 51
1950 45 37 46 39
1951 36 24 32 23
1952 25 32 NA 32
1953 59 74 75 60
1954 71 61 71 57
1955 71 68 79 73
1956 76 71 67 75
1957 79 62 63 57
1958 60 49 48 52
1959 57 62 61 66
1960 71 62 61 57
1961 72 83 71 78
1962 79 71 62 74
1963 76 64 62 57
1964 80 73 69 69
1965 71 64 69 62
1966 63 46 56 44
1967...
2004 Nov 17
4
summary.lme() vs. anova.lme()
Dear R list:
I modelled changes in a variable (mconc) over time (d) for individuals
(replicate) given one of three treatments (treatment) using:
mconc.lme <- lme(mconc~treatment*poly(d,2), random=~poly(d,2)|replicate,
data=my.data)
summary(mconc.lme) shows that the linear coefficient of one of the
treatments is significantly different to zero, viz.
Value Std.Error
2024 Jul 05
0
Problems creating or renaming directories and files in gluster volume, via SAMBA
...GID: 114031] [client-rpc-fops_v2.c:2097:client4_0_create_cbk] 0-tank-client-5: remote operation failed. [{path=/dir59/BallData.mat}, {errno=2}, {error=No such file or directory}]
Here we have multiple attempts to rename a file
[2024-06-18 14:05:54.992761 +0000] I [MSGID: 109064] [dht-rename.c:1955:dht_rename] 0-tank-dht: renaming /dir59/BallData1.mat (ae1ddf78-5e3d-470c-8a4c-cedca17829b8) (hash=tank-client-4/cache=tank-client-4) => /dir59/BallData.mat ((null)) (hash=tank-client-5/cache=<nul>)
[2024-06-18 14:05:55.527004 +0000] I [MSGID: 109064] [dht-rename.c:1955:dht_rename] 0-ta...
2003 Jul 15
2
Undefined subroutine &R::Rdconv::fill (PR#3485)
...c.arch.3/mtklingl/R/R-1.7.1/src/library'
building all R object docs (text, HTML, LaTeX, examples)
make[2]: Entering directory `/fs38/odc.arch.3/mtklingl/R/R-1.7.1/src/library'
Undefined subroutine &R::Rdconv::fill called at
/fs38/odc.arch.3/mtklingl/R/R-1.7.1/share/perl/R/Rdconv.pm line 1955, <rdfile>
chunk 381.
The make continues inspite of the errors until this point:
make[2]: Leaving directory `/tmp/R.INSTALL.11978/survival/src'
** R
** data
** inst
** help
Undefined subroutine &R::Rdconv::fill called at
/fs38/odc.arch.3/mtklingl/R/R-1.7.1/share/perl/R/Rdconv.pm line...
2010 Jan 11
3
interpolation
Dear R-users,
I have a complex line by xy-values (ordered by z).
And I would like to get interpolated y-values on the positions of x = 0:600.
How do I get the correct points?
x=c(790,790,790,790,790,786,783,778,778,766,763,761,761,761,715,628,521,350,160,134,134,129,108,101,93,111,161,249,288,243,139,45,7)
2009 Mar 11
1
Is this a documentation bug? Spss dates import
...POSIXct(z, origin="1582-10-14", tz="GMT"))
has to be changed to
as.Date(as.POSIXct(z, origin="1582-10-15", tz="GMT"))
Test:
-----
Let's create a vector of dates in SPSS and save it in C:\\date.sav
DATA LIST / mydate (date).
BEGIN DATA.
01/01/1960
11/07/1955
25/11/1962
08/06/1959
28-01-2003
15,03,03
1/1/1997
01-JAN-1998
END DATA.
save outfile = "C:\\date.sav" /compressed.
Now we use R:
library(foreign)
test.df <- read.spss("C://date.sav", to.data.frame=T)
now following ?as.POSIXct
test.df$newdate <- as.Date(as.POSIXct(te...
2015 Oct 26
2
The system doesn't shutdown
Hello,
I have been following the details in this article to configure my UPS:
http://rogerprice.org/NUT.html
However the system won't shutdown although file permissions look ok:
ls -alF /usr/sbin/ups*
-rwxr--r-- 1 upsd daemon 64984 Oct 15 2014 /usr/sbin/upsd*
-rwxr--r-- 1 upsd daemon 48584 Oct 15 2014 /usr/sbin/upsmon*
-rwxr--r-- 1 upsd daemon 31536 Oct 15 2014 /usr/sbin/upssched*
2015 Oct 26
2
The system doesn't shutdown
Yes:
Previous complete boot through shutdown
Oct 26 21:02:54 i7 upsdrvctl[1955]: Using subdriver: MGE HID 1.32
Oct 26 21:02:55 i7 upsdrvctl[1955]: Network UPS Tools - Generic HID driver
0.38 (2.7.1)
Oct 26 21:02:55 i7 upsdrvctl[1955]: USB communication driver 0.32
Oct 26 21:02:56 i7 upsdrvctl[1955]: Network UPS Tools - UPS driver
controller 2.7.1
Oct 26 21:02:56 i7 upsd[2226]...
2009 Sep 27
2
xtable - how to add a "sum of values in a row" column?
...nd(rnorm(100), 0)), start = c(1954,
+ 7), frequency = 12)
> temp.table <- xtable(temp.ts, digits = 0)
> caption(temp.table) <- "Time series example"
> print(temp.table, floating = FALSE)
Time series example
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
1954 2 3 6 8 11 10
1955 11 13 15 16 16 18 20 22 21 22 24 24
1956 25 26 28 28 28 28 29 31 31 32 33 34
1957 35 36 38 39 39 41 42 42 41 42 43 45
1958 46 46 47 47 49 51 54 56 58 59 61 61
1959 62 61 62 62 62 63 62 64 64 66 67 68
1960 67 67 69 71 74 75 77 78 79 80 82 81
1961 84 86 87 88 89 91 94 94 94 94 96 97
1962 98 99 101 10...