[Traminer-users] Creation of a Sequence Data Object from "TSE" format data
Gilbert Ritschard
Gilbert.Ritschard at unige.ch
Thu Aug 9 09:11:36 CEST 2012
Hi Miguel,
The solution for the conversion you want to do is provided in the
TraMineRextras package available from R-Forge:
install.packages("TraMineRextras", repos="http://R-Forge.R-project.org")
The function TSE_to_SES() written by Matthias implements the procedure
described in our paper
Ritschard, G., Gabadinho, A., Studer, M. & Müller, N.S. (2009),
"Converting between various sequence representations", In Ras, Z. &
Dardzinska, A. (eds) /Advances in Data Management/. Series: /Studies in
Computational Intelligence/. Volume 223, pp. 155-175. Berlin: Springer.
which you find on the TraMineR web page.
TraMineRextras also has solutions for a few other conversions. See the
ref manual.
Best.
Gilbert
On 08-Aug-12 20:13, Miguel Garces wrote:
> I've just discovered TraMineR and I'm excited to learn to use it, but
> of course I cannot get over the first hurdle of getting my data in the
> right format. I believe my data is in the "Time-stamped events" or
> "TSE" format and I would like to convert my data into a Sequence Data
> Object for use with other TraMineR functions. I have found
> instructions for converting "STS" or other sequence objects into "TSE"
> format, but not the other way around. My data is very similar to the
> "actcal.tse" dataset, although all of the possible time units are
> filled in since this data is from a simulation.
>
> Run Time State
> 1 1 0
> 1 2 0
> 1 3 1
> 2 1 1
> 2 2 1
> 2 3 0
> 3 1 0
> 3 2 0
> 3 3 0
> ...
>
> Thanks ahead of time for your help.
>
> -Miguel
> _______________________________________________
> Traminer-users mailing list
> Traminer-users at lists.r-forge.r-project.org
> https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/traminer-users
>
More information about the Traminer-users
mailing list