Displaying 11 results from an estimated 11 matches for "eup".
Did you mean:
esp
2010 Jul 19
3
Reshaping data
Dear All,
I have some data in the following shape:
ID begin_t1 end_t1 begin_t2 end_t2
Thomas 11/03/04 13/05/06 04/02/07 16/05/08
... ... ... ... ...
Jens 24/01/02 23/05/03 07/06/03 14/11/05
I would like to reshape this data to have the following form:
ID Begin_Time End_Time
Thomas 11/03/04 13/05/06
Thomas 04/02/07 16/05/08
... ... ...
Jens 24/01/02 23/05/03
Jens
2000 Apr 06
0
Please inform samba@samba.org David Barroso <h4371719@alumnes.eup.udl.es> Jeremy Allison <jeremy@valinux.com> "Tulipant Gergely" <tulipant-gergely@dbrt.hu> Edwards Philip M Contr AFRL/SNRR <Philip.Edwards@wpafb.af.mil> Drenning Bruce
Steve Frampton [mailto:frampton@j-com.co.jp] of your address change
Content-Length: 7142
samba@samba.org
David Barroso <h4371719@alumnes.eup.udl.es>
Jeremy Allison <jeremy@valinux.com>
"Tulipant Gergely" <tulipant-gergely@dbrt.hu>
Edwards Philip M Contr AFRL/SNRR <Philip.Edwards@wpafb.af.mil>
Drenning Bruce <bdrenni@catholicrelief.org>
Glenn Valenta <glenn@coloradostudios.com>
"...
2010 Mar 23
2
Transform data set
Dear R Experts,
I am having some trouble creating a variable in R. I have data on
self-placement of voters, their placement of parties, and which party
they feel closest to. The data is structured like this:
Party_Close lrplaceself lrplaceParty1 lrplaceParty2 ...
party1 2 4 5
party2 5 6 4
party1 6 2 1
etc...
I want to format the data set so it looks like this:
Party_Close
2010 Apr 23
3
Event History Data Recoding
Dear R list,
I have an event history data set that is structured like this:
Legislative act Discussion Agreement Time Event
Act1 2006-05-30 2006-06-19 20 1
Act2 2004-03-01 2004-06-14 105 1
.
.
.
I have information on the meetings in the legislature between adoption
periods in a separate variable (the
2009 Mar 09
1
Samba 4.0 alpha releases in production environments
...dows XP on a Netware environment
and have considerable Samba 3.0 experience, but I'd like to use GPO's to
control and clean up a lot of previous tech support problems.
Any thoughts?
Eric
--
Eric J. Feldhusen
Director of Technology
Rudyard Area Schools http://www.rudyard.k12.mi.us
ericf@eup.k12.mi.us (906)-478-3771 x253
11185 Second Street (906)-478-3912 fax
Rudyard, MI 49780
2010 Mar 30
2
Create a new variable
Dear R-list,
Sorry for spamming the list lately, I am just learning the more advanced
aspects of R!
I have some data that looks like this:
Out Country1 Country 2 Country 3 ... CountryN
1 1 1 1 1
0 1 1 0 1
1 1 0 1 0
I want to create a new variable that counts the number of zeros in every
row whenever Out is equal to 1, and else it is a zero, so it would look
like this:
new_var
0
0
2
I
2010 Mar 29
5
Finding common an unique elements in character vectors
Dear R-list,
I have a problem which I think is quite basic, but so far google has not
helped me.
I have two vectors like this:
vector_1 <- c(Belgium, Spain, Greece, Ireland, Luxembourg, Netherlands,
Portugal)
vector_2 <- c(Denmark, Luxembourg)
I would like to find the elements in vector_1 that are not in vector_2
so that i get a vector with these countries: Belgium, Spain, Greece,
2010 Mar 24
0
R-help ordinal regression
...lt? des Sciences BP 239
> 54506 Vandoeuvre-l?s-Nancy
> T?l. : 06.58.25.37.66
>
> ??? [[alternative HTML version deleted]]
>
>
>
> ------------------------------
>
> Message: 9
> Date: Tue, 23 Mar 2010 10:47:17 +0100
> From: Thomas Jensen <thomas.jensen at eup.gess.ethz.ch>
> To: r-help at r-project.org
> Subject: [R] Transform data set
> Message-ID: <1269337637.3281.9.camel at thomas-laptop>
> Content-Type: text/plain; charset="UTF-8"
>
> Dear R Experts,
>
> I am having some trouble creating a variable in R....
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...~
zw+(b}17tivc;2{<x%H++0x%E&(+cUv3al47n3WxuNmV_U-=|wl(rVt(?-`B<rl_yQ
zeI4}}<DT<fJ-Rn|VhL4+RoaK~jOla7ef7^xS-GEW87huai!DoyxLWsycK!GKJPW>e
z+qS={C3G5DGI>{BvZ at hp_HrliCT0*XMiLu#(nnwSs*9I*w)26_t?jH&E6(+X_Enyw
z{GQI-hw}Wg|BBVByH)w+Gv at Q>L{5JBO!(}%dfLFRu;HJ-yvz6(CJD*<nMrEUP(HgR
zArL{qLCI>|*#L^Bg^g~87rbC~)~s{PG0jS#vkU_yfyRKkvA!d~bW>=zB%8i at ue<aC
zc`5TYVt*O%F&&zg8d3X*?U at v}o{cKZ0C}aS8dA<lQf4QNm9UMRdAs!X=HjiTHlQFh
z^fXfD#O9W0D at fCkd0zYJb4&qA`Fxm7<TX>{g{+E!%;5TtVAf3l&HDGDvFh0nfAYEW
zcL#$V4f6PvJ^r_!xgGph%+ud~=4CZsVOjt7Qiy|d&(cpq#...
2010 Jun 29
2
Help with dates and characters
Dear R Experts,
I have a vector of dates in character format like this:
date
"2000-01-01"
"2000-01-23"
"2001-03-12"
...
...
...
"2009-12-31"
I would like to delete the last part of the character string (i.e. the
"day" part), so the vector looks like this:
date
"2000-01"
"2000-01"
"2001-03"
...
...
...
2009 Sep 06
2
selecting columns based on values of two variables
Dear R-list,
I am having troubles selecting rows from a very large data-set
containing distances between capitals.
The structure of the data-set looks like this:
numa ida numb idb kmdist midist
1 2 USA 20 CAN 731 456
2 2 USA 31 BHM 1623 1012
3 2 USA 40 CUB 1813 1130
I want to select a subset of these dyads, and have