Closed amaniahmed33 closed 3 years ago
Hi
Can you share an example of the code you are trying to run and the error message? Also, what is the object type the dimension scores stored in (e.g. data.frame, character vector etc).
Normally I would recommend using the eq5d function rather than calling the eq5d3l function directly as this handles the different object types that the data may be in.
e.g. eq5d(scores=scores, country="UK", version="3L", type="TTO")
Here the scores variable can be a data.frame (with columns MO, SC, UA, PD and AD), a named vector (e.g. c(MO=1,SC=2,UA=3,PD=2,AD=1)) or scores in five digit format.
From: amaniahmed33 notifications@github.com Sent: 09 November 2020 02:38 To: fragla/eq5d eq5d@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [fragla/eq5d] error running EQ5D package (#7)
Hi there,
Every time I run the EQ5D3L function it gives me an error on type = "TTO" & = "VAS" as well.
I tried to make R read the VAS and the TTO from my own database and it gave me an error as well. What to do, please
Thanks in advance
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/fragla/eq5d/issues/7, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACE5TPBY3AVCCAI4I7ASKHLSO5I4FANCNFSM4TOX7ANA.
No further response from user so closing issue.
Hi there,
Every time I run the EQ5D3L function it gives me an error on type = "TTO" & = "VAS" as well.
I tried to make R read the VAS and the TTO from my own database and it gave me an error as well. What to do, please
Thanks in advance