Skip to main content

All Questions

Tagged with
3 votes
1 answer
94 views

Arranging Plots from TraMineR and seqHMM

I want to plot two sequence distribution plots with the TraMineR package (seqplot(type = 'd')) and below them two Hidden Markov Models which correspond to the sequence plots (those are clusters). For ...
BossVom Schloss's user avatar
3 votes
1 answer
765 views

TramineR legend position and axis

I'm working with TraMineR and I don't know how to arrange my plot. So basically what i would like to have the legend under the plot and to remove the space between the x and y axis. Any help is ...
user11418708's user avatar
3 votes
1 answer
786 views

How to plot several seqplots (TraMineR package) using plot_grid() function in R?

I am trying to plot several plots of "state sequence object" created with the TraMineR package using the plot_grid() function. My main problem is, that I can not store the plots created with the ...
MLud's user avatar
  • 43
1 vote
1 answer
225 views

TraMineR: plotting with labels around 3000 distinct states

I am using TraMineR to represent around 40,000 sequences with around 3,000 distinct states. First I reduced the analysis for clustering, to 3,000 sequences (randomly selected). I have the sequence ...
Yolande's user avatar
  • 59
2 votes
1 answer
282 views

Give the exact values of the mean time plots (seqmtplot)

I would like to extract the exact values of my mean time plots for each different state that I defined to further analyse my clusters. The mean time plots don't allow me to easily read those values. ...
jedgroev's user avatar
  • 115
4 votes
1 answer
772 views

How to produce a sequence frequency plot for one single cluster within a cluster solution

I couldn't find a sufficient answer to my problem, perhaps someone can help here? (I am a beginner to R) I do sequence analysis, the state space is n = 10 and the time space is t = 168 (months). I ...
o85r's user avatar
  • 43
3 votes
1 answer
327 views

How to add second y axis to seqfplot with sequence frequency?

I'm working with TraMineR to do a sequence analysis of educational data. I can get R to produce a plot of the 10 most frequent sequences in the data using code similar to the following: library(...
Andrew Wallace's user avatar
2 votes
2 answers
250 views

Error ploting sequences in TraMineR R

Just starting to experiment TraMiner, after having read the (very good) User Guide I managed to create the sequences from my data, but as I'm trying to plot I got the following errors: > ...
AdrieanKhisbe's user avatar
1 vote
2 answers
328 views

Printing plot depending on variable conditions on 2 pdf pages

I'am trying to print a plot, depending on a variable with 12 terms. This plot is the result of cluster classification on sequences, using OM distance. I print this plot on one pdf page : pdf("YYY....
Lmoul's user avatar
  • 45