search for: verwandeln

Displaying 2 results from an estimated 2 matches for "verwandeln".

2003 May 12
1
Zeitreihen problem
...d.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 ... 12/31/2002 Wie kann ich z.B. disc[1,1] in ein Datum verwandeln? Mit as.date() geht es nicht: > library(survival) > as.date(disc[1,1]) Error in as.date(disc[1, 1...
2018 Mar 28
4
OT: Problems with NextCloud 13.0.1 under Centos7
Hi all, I have a strange problem with a clean NextCloud 13.0.1 install under CentOS 7 (fully patched): when I try to login with admin user immediately after setup, returns to login page without returning any error. An no errors in nginx or php log files ... I am using the following components: rh-php71 rh-mariadb102 nginx 1.12 Any idea? Many thanks.