Skip to content

Issue with plotsurvfitDS after using ds.Surv and ds.survfit #12

Answered by neelsoumya
naudinlo asked this question in Q&A
Discussion options

You must be logged in to vote

@naudinlo @tombisho I tried all this code on my laptop on R and R Studio. I did not use the docker image. Can you please try using this setup and let me know if it works for you?

i.e. do the following

  1. Install R and R Studio on your laptop

  2. Install all the required packages using these commands in R or R Studio:

install.packages('devtools')
library(devtools)
devtools::install_github('neelsoumya/dsSurvivalClient')
devtools::install_github('datashield/dsBaseClient@6.1.1')
install.packages('metafor')
install.packages('DSOpal')
install.packages('DSI')
install.packages('opalr')
install.packages('meta')
install.packages('fANCOVA')
install.packages('survival')
  1. Run the following script
###…

Replies: 6 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by neelsoumya
Comment options

You must be logged in to vote
1 reply
@neelsoumya
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #10 on January 20, 2023 21:30.