Questions tagged [recur]
2 questions
1
vote
1 answer
How to remove the default "variable name= " label, and instead retain only value of variable
I want to have cleaner names for the Y axes in my stratified graph below
Eg: Gender variable called "gender2", has two levels "Male", "Female". Upon plotting,
AGsex=Recur(exityrs,id,as.integer(anyhpv))~gender2
plotEvents(AGsex,xlab="Time in…

Sakshi Tewari
- 11
- 2
0
votes
3 answers
nth does not collect from vector inside a loop
I'm using re-frame, and I have a bind an atom to my-collection like this:
my-collection (atom {:one [] :two [] :three [] :four [] :five [] :six [] :seven [] :eight []})
Then I dispatch it to assoc to db and later, I will subscribe to it to use in a…

niloofar
- 2,244
- 5
- 23
- 44