Displaying 20 results from an estimated 10000 matches similar to: "Clinical Trial data sets in public domain?"
2011 Oct 09
1
help with using last observation carried forward analysis for a clinical trial please
Hi,
I have a series of id's with multiple visits and questionnaire scores. This
is a clinical trial that will be analyzed using the last observation carried
forward method. In other words, in order to comply with intent to treat
analysis when many subjects withdraw, data points for the last visit must be
generated and filled in with the last observation. The ultimate goal is to
tabulate the
2017 Nov 30
2
Data cleaning & Data preparation, what do R users want?
Hi again,
Typo in the last email. Should read "about 40 standard deviations".
Jim
On Thu, Nov 30, 2017 at 10:54 AM, Jim Lemon <drjimlemon at gmail.com> wrote:
> Hi Robert,
> People want different levels of automation in the software they use.
> What concerns many of us is the desire for the function
>
2017 Nov 29
0
Data cleaning & Data preparation, what do R users want?
Hi Robert,
People want different levels of automation in the software they use.
What concerns many of us is the desire for the function
"figure-out-what-this-data-is-import-it-and-get-rid-of-bad-values".
Such users typically want something that justifies its use by being
written by someone who seems to know what they're doing and lots of
other people use it. One advantage of many R
2017 Nov 29
0
Data cleaning & Data preparation, what do R users want?
I don't think my view is of interest to many, so offlist.
I reject this:
" I would consider data analysis work to be three stages: data preparation,
statistical analysis, and producing the report."
For example, there is no such thing as "outliers" -- data to be removed as
part of cleaning/preparation -- without a statistical model to be an
"outlier" **from**,
2017 Nov 29
6
Data cleaning & Data preparation, what do R users want?
R has a very wide audience, clinical research, astronomy, psychology, and
so on and so on.
I would consider data analysis work to be three stages: data preparation,
statistical analysis, and producing the report.
This regards the process of getting the data ready for analysis and
reporting, sometimes called "data cleaning" or "data munging" or "data
wrangling".
So as
2010 Feb 17
8
Use of R in clinical trials
Dear all,
There have been a variety of discussions on the R list regarding the use of R in clinical trials. The following post from the STATA list provides an interesting opinion regarding why SAS remains so popular in this arena: http://www.stata.com/statalist/archive/2008-01/msg00098.html
Regards,
-Cody Hamilton
2008 Oct 28
3
Dose Profile
Hi Everyone,
I have data in a long format e.g. there is one row per patient but each
follow-up appointment is included in the row. So, a snippet of the data
looks like this:
TrialNo Drug Sex Rand Adate1 Date1 Dose1 Time1 Adate2 Date2 Dose2
Time2 B1001029 LTG M 15719 30/04/2003 15825 150 106 29/08/2003 15946 200
227 B1117003 LTG M 15734 30/04/2003 15825 200 91 03/09/2003 15951 250 217
2009 Jan 11
2
R, clinical trials and the FDA
I hope that Marc doesn't mind, but I felt that part of his recent post
was important enough to deserve it's own subject line rather then
being lost in a 60-msg-long thread...
On Sun, Jan 11, 2009 at 10:08 AM, Marc Schwartz
<marc_schwartz at comcast.net> wrote:
...
I strongly believe that the comments regarding R and the FDA are overly
negative and pessimistic.
The hurdles to
2007 Jul 05
3
summarizing dataframe at variable/factor levels
All,
Is there an efficient way to apply say "mean" or "median" to a dataframe
according to say all combinations of two variables in the dataframe?
Below is a simple example and the outline of a "manual" solution that
will work but is not very efficient
(could also generalize this to a function). Searched the archives and
docs but didn't see anything close to
2007 Jun 08
4
Tools For Preparing Data For Analysis
As noted on the R-project web site itself ( www.r-project.org ->
Manuals -> R Data Import/Export ), it can be cumbersome to prepare
messy and dirty data for analysis with the R tool itself. I've also
seen at least one S programming book (one of the yellow Springer ones)
that says, more briefly, the same thing.
The R Data Import/Export page recommends examples using SAS, Perl,
Python, and
2006 Oct 04
0
[OT] Survival and Function as co-primary endpoints in clinical trials. How to simulate in R ?
Dear R-Helpers,
Apologies in advance as this is partly (widely ?) OT. Not sure where to
ask, R is my favorite computer tool (no kidding) and there are plenty of
knowledgable and helpful people on the list.
Background: There are discussions among experts and regulatory
authorities (cf guideline
http://www.emea.europa.eu/pdfs/human/ewp/056598en.pdf) that, in for
example Amyotrophic Lateral
2012 Feb 25
2
How would you program an Adverse Events statistical table using R code?
A graph != A table.
I'm talking about a page full of summary statistics and advanced
statistics, with lots of cross categories on the top and left margin
of the table, as opposed to a visual display with x-axis and y-axis,
which is totally different.
(An example of how this is done in another language is available at
http://fivetimesfaster.blogspot.com )
For an AE table, you have an N and %
2009 Oct 06
3
R on Linux, and R on Windows , any difference in maturity+stability?
Will R have more glitches on one operating system as opposed to
another, or is it pretty much the same?
robert
2017 Nov 29
0
Data cleaning & Data preparation, what do R users want?
Great question. What do I want? I want my co-workers to stop using Excel
spreadsheets for data entry, storage, and sharing! I want them to
understand the value of data discipline. But alas . . . .
I work in a county health department in the US. Between dplyr, stringr,
grep, grepl, and the base R read() functions, I'm doing OK.
I need to learn more about APIs, so I can see if I can make R
2010 Oct 15
2
Time vs Concentration Graphs by ID
Hello-- I have a data for small population who took 1 drug at 3 different
doses. I have the actual drug concentrations as well as predicted
concentrations by my model. This is what I'm looking for:
- Time vs Concentration by ID (individual plots), with each subject
occupying 1 plot -- there is to be 9 plots per page (3x3)
- Observed drug concentration is made up of points, and predicted drug
2003 Dec 17
1
repeated measures aov problem
Hi all,
I have a strange problem and rigth now I can't figure out a
solution.
Trying to calculate an ANOVA with one between subject factor (group)
and one within (hemisphere). My dependent variable is source
localization (data). My N = 25.
My data.frame looks like this:
> ML.dist.stack
subj group hemisphere data
1 1 tin left 0.7460840
2 2 tin left
2023 Dec 13
0
simtrial: Clinical Trial Simulation
Dear all,
I am happy to announce that {simtrial} is now on CRAN (https://cran.r-project.org/package=simtrial). simtrial is a fast and extensible clinical trial simulation framework for time-to-event endpoints.
This release brings a new tabular data processing engine powered by data.table for 3x to 5x faster simulations, a new parallelization adaptor with %dofuture%, a refreshed API that aligns
2023 Dec 13
0
simtrial: Clinical Trial Simulation
Dear all,
I am happy to announce that {simtrial} is now on CRAN (https://cran.r-project.org/package=simtrial). simtrial is a fast and extensible clinical trial simulation framework for time-to-event endpoints.
This release brings a new tabular data processing engine powered by data.table for 3x to 5x faster simulations, a new parallelization adaptor with %dofuture%, a refreshed API that aligns
2009 Apr 21
1
Package or packages for randomization in a clinical trial
Can anyone recommend a package that can be used to randomize subjects? I am looking for a generalized package, or several packages that can accomplish
unrestricted randomization (i.e. simple random assignment)
restricted randomization including stratified randomization, blocked randomization, and adaptive randomization.
Thanks,
John
John David Sorkin M.D., Ph.D.
Chief, Biostatistics and
2017 Dec 11
0
Data cleaning & Data preparation, what do R users want?
Dominik (and others)
If it is indeed still the biggest paint point, even in 2017, then maybe we
can do something about that, with more efforts at different user interface
design and try-outs with them on specialized datasets.
[ The fact that in some specialties, such as clinical trials, for example,
getting access to public domain datasets (and not having to use a tiny
"toy" dataset,