Displaying 20 results from an estimated 166 matches for "1957".
Did you mean:
1597
2017 Jul 05
4
Help with reshape/reshape2 needed
Hi all:
I'm struggling with getting my data re-formatted using functions in
reshape/reshape2 to get from:
1957 0.862500000
1958 0.750000000
1959 0.300000000
1960 0.287500000
1963 0.675000000
1964 0.937500000
1965 0.025000000
1966 0.387500000
1969 0.087500000
1970 0.275000000
1973 0.500000000
1974 0.362500000
1976 0.925000000
1978 0.712500000
1979 0.337500000
1980 0.700000000
1981 0.425000000
1982 0.21250000...
2012 Dec 17
3
mean of each month in data
...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
Sa 1957 7 1 2.4
Sa 1957 7 2 2.4
Sa 1957 7 3 2.4
Sa 1957 8 1 2.4
Sa 1957 8 2 2.4
Sa 1957 8 3 2.4
Sa 1957 9 1 2.3
Sa 1957 9 2 2.2
Sa 1957 9 3 2.3
Sa 1957 10 1 2.4
Sa 1958 10 2 2.4
Sa 1958 10 3 2.4
Sa 1958 11 1 2.4
Sa 1958 11 2 2.4
Sa 1958 11 3 2.4
Sa 1958 12 1 2.4
Sa 1958 12 2 2.4
Sa 1958 1...
2017 Jul 05
0
Help with reshape/reshape2 needed
The reason it doesn't work easily with reshape/reshape2 is that the
order of the rows is not determined. Your answer could be
1957 1958 ... 1985 1986
0.8625000 0.7500000 ... 0.7307692 0.23750000
0.0733945 0.6435644 ... NA 0.05769231
0.5096154 NA ... NA 0.65137615
or
1957 1958 ... 1985 1986
0.0733945 0.6435644 ... NA 0.05769231
0.8625000 0.7500000 ... 0.7307692...
2017 Jul 05
1
Help with reshape/reshape2 needed
...med "tadf"
library(prettyR)
stretch_df(tadf,1,2)
Jim
On Thu, Jul 6, 2017 at 6:50 AM, Ista Zahn <istazahn at gmail.com> wrote:
> The reason it doesn't work easily with reshape/reshape2 is that the
> order of the rows is not determined. Your answer could be
>
> 1957 1958 ... 1985 1986
> 0.8625000 0.7500000 ... 0.7307692 0.23750000
> 0.0733945 0.6435644 ... NA 0.05769231
> 0.5096154 NA ... NA 0.65137615
>
> or
>
> 1957 1958 ... 1985 1986
> 0.0733945 0.6435644 ... NA 0.05769...
2012 Dec 17
1
subset handling
...04 11 5.9957331616046 TA 2004 12 3.71105320893 TA 2005 1 2.098415862276 TA 2005 2 1.204160663659 TA 2005 3 1.322819365042 TA 2005 4 4.945368026425 TA 2005 5 2.801564867808 TA 2005 6 1.074420609191 TA 2005 7 0.8215437210574 TA 2005 8 0.9716208511957 TA 2005 9 2.3597912713340 TA 2005 10 1.4188611714723 TA 2005 11 1.0923996616106 TA 2005 12 1.16220849961 TA 2006 1 0.616895432344 TA 2006 2 2.722854713727 TA 2006 3 1.774377945110 TA 2006 4 2.074901626493 TA 2006 5 1.769752057876 TA 2006 6 0.338...
2007 Sep 23
3
Network Construction in R
Hi,
I am trying to construct a social network from a data frame with rows
acra numa acrb numb year expab eabo impab iabo
10 USA 2 CAN 20 1957 4017.000 0.0 3187.000 0.0
91 USA 2 CUB 40 1957 628.000 0.0 526.000 0.0
144 USA 2 HAI 41 1957 25.000 0.0 20.000 0.0
and so on.
I want the network to have directed edges from node acra to node acrb
weighted by expab. What is the most convenient way to construct t...
2017 Jul 05
0
Help with reshape/reshape2 needed
.... Assuming X is your example data:
> Y <- split(X[, 2], X[, 1])
> vals <- sapply(Y, length)
> pad <- max(vals) - vals
> Y2 <- lapply(seq_along(Y), function(x) c(Y[[x]], rep(NA, pad[x])))
> names(Y2) <- names(Y)
> X2 <- do.call(cbind, Y2)
> X2[, 1:6]
1957 1958 1959 1960 1961 1962
[1,] 0.8625000 0.7500000 0.3000000 0.2875000 0.08256881 0.3267327
[2,] 0.0733945 0.6435644 0.1287129 0.4903846 0.72115385 NA
[3,] 0.5096154 NA 0.4519231 NA NA NA
-------------------------------------
David L Car...
2017 Jun 25
2
Samba freezes
...ce3/lib/util.c:1183(fcntl_getlock)
> fcntl_getlock: fd 35 is returned info 2 pid 0
> [2017/06/25 16:33:39.646193, 3]
> ../source3/smbd/reply.c:4178(send_file_readX)
> send_file_readX fnum 62440 max=2048 nread=2048
> [2017/06/25 16:33:39.649153, 3]
> ../source3/smbd/process.c:1957(process_smb)
> Transaction 34186 of length 63 (0 toread)
> [2017/06/25 16:33:39.649209, 3]
> ../source3/smbd/process.c:1538(switch_message)
> switch message SMBreadX (pid 23003) conn 0x557ede2f1420
> [2017/06/25 16:33:39.649253, 3] ../source3/lib/util.c:1183(fcntl_getlock)
>...
2011 Dec 11
1
[Bug 1957] New: New -K option overwites output file
https://bugzilla.mindrot.org/show_bug.cgi?id=1957
Bug #: 1957
Summary: New -K option overwites output file
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.9p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2...
2017 Oct 31
2
OS X 10.4.11 Tiger cannot write to Samba 4.5.12 file server with vfs_fruit enabled
...Tiger creates for the resource
fork is getting blocked by vfs_fruit, since if I disable vfs_fruit, I can
copy files in Tiger just fine (but then I am incompatible with Netatalk).
But I can’t tell if that’s the case from looking at the log:
[2017/10/30 22:39:09.897190, 3] ../source3/smbd/process.c:1957(process_smb)
Transaction 30 of length 74 (0 toread)
[2017/10/30 22:39:09.897244, 3]
../source3/smbd/process.c:1538(switch_message)
switch message SMBtrans2 (pid 1672) conn 0x560deaead7c0
[2017/10/30 22:39:09.897270, 3]
../source3/smbd/trans2.c:4123(call_trans2qfsinfo)
call_trans2qfsinfo: level =...
2014 Dec 04
0
CEBA-2014:1957 CentOS 7 resource-agents BugFix Update
CentOS Errata and Bugfix Advisory 2014:1957
Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1957.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
324557e085beb83897926fe401aa1bff5a96bd437c0ec1aa4d443893f9eae08d resource-agents-3.9.5-26.el7_0.6.x8...
2015 Nov 03
0
CEEA-2015:1957 CentOS 7 rsyslog Enhancement Update
CentOS Errata and Enhancement Advisory 2015:1957
Upstream details at : https://rhn.redhat.com/errata/RHEA-2015-1957.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
c34df2c5ca83f3062e80a18be6bb83b6821233a81f9e6ed926a20dae60f7360b rsyslog-7.4.7-7.el7_1.1.x86_64.rpm...
2018 Jun 22
0
CESA-2018:1957 Important CentOS 7 git Security Update
CentOS Errata and Security Advisory 2018:1957 Important
Upstream details at : https://access.redhat.com/errata/RHSA-2018:1957
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
167fd79268f2b8fdfa6ee58092dcaf8236ccca141d5f7eae97ecfeed7ecd7b43 emacs-git-1.8.3.1-14.el7_5.n...
2009 Aug 21
1
applying summary() to an object created with ols()
...om the MASS package and then applying the obtained Hoerl
Kennard Baldwin (HKB) estimator as a penalty scalar to the *ols()*
function provided by Frank Harrell in his Design package.
It looks like this:
> rrk1<-lm.ridge(lnbcpc ~ lntex + lnbeerp + lnwinep + lntemp + pop,
subset(aa, Jahr>=1957 & Jahr<=1966))
> f <- ols(lnbcpc ~ lntex + lnbeerp + lnwinep + lntemp + pop,
subset(aa, Jahr>=1957 & Jahr<=1966), penalty = rrk$kHKB)
> f
which returns
>Linear Regression Model
>
>ols(formula = lnbcpc ~ lntex + lnbeerp + lnwinep + lntemp + pop,
> dat...
2009 Jan 23
2
Dates in Common
...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-28 EST" "1956-03-08 EST"
[9] "1957-03-...
2010 Nov 16
14
[Bug 1838] New: /proc/self/oom_adj needs to use /proc/self/oom_score_adj
https://bugzilla.mindrot.org/show_bug.cgi?id=1838
Summary: /proc/self/oom_adj needs to use
/proc/self/oom_score_adj
Product: Portable OpenSSH
Version: 5.6p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at
2010 Sep 25
2
xm mem-set for HVM Domain
...vm 1 2048 1 -b----
5.9
The output of free command in the HVM
$free -m
total used free shared buffers cached
Mem: 2012 153 1858 0 24 74
-/+ buffers/cache: 55 1957
Swap: 228 0 228
Using xm mem-set, i tried to allocate 1024MB to the HVM
$xm mem-set lucid_hvm 1024
$xm list
Name ID Mem VCPUs State
Time(s)
Domain-0 0 512 1 r-----
363.1
lucid_hvm...
2018 Jun 23
0
CentOS-announce Digest, Vol 160, Issue 5
...p' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."
Today's Topics:
1. CESA-2018:1957 Important CentOS 7 git Security Update
(Johnny Hughes)
----------------------------------------------------------------------
Message: 1
Date: Fri, 22 Jun 2018 17:15:23 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce at centos.org
Subject: [CentOS-announce] CESA-...
2007 Dec 16
1
Extracting Year (only) information from Non-Standard Dates
...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" column. Have tried using the R date libraries without succe...
2009 Sep 17
1
Openssh 4.6p1 Error
Hello Sir,
Could provide the solution for the below error ?
chan_read_failed for istate 3
Thanks and regards
Chandra Prakash Vela
Global Operations - Production Engineering Services
Computer Sciences Corporation India Private Limited
C-24 ,Sector 58,Noida -201301
USA: 1-302-781-1010 Extn. 1957
UK: +44 (0) 870 850 3512 Extn. 1957
Australia: 1800 137 784 Extn. 1957
India: +91-120-2582323 Extn. 1957
E-Mail: cvela at csc.com
CSC ? This is a PRIVATE message. If you are not the intended recipient,
please delete without copying and kindly advise us by e-mail of the
mistake in delivery....