Overall Flashcards
What are the two major types of data?
Categorical (qualitative) and metric (quantitative)
What are the two subtypes of categorical (qualitative) data?
Nominal and ordinal
What are the two subtypes of metric (quantitative) data?
Continuous and discrete
What does nominal data relate to?
It is used to label variables without any order or quantitative value. It usually relates to named things and there are no units of measurements. We allocate each value to a specific category
What does ordinal data relate to?
The values can be meaningfully ordered and it is categorical because each value is assigned to a specific category
What does discrete data relate to?
The values are distinct and can have units of measurements. The data can have finite values and they are integers
What does continuous data relate to?
Fractional numbers that result from measurement and they can have units of measurement
In a box (and whisker) plot, what are the adjacent values (defined in this specific course)?
Furthest away from the median but still within 1.5 times the interquartile range
In a box (and whisker) plot, what are the points outside the adjacent values?
Potential outliers
What is the interquartile range?
Upper quartile value (3/4) subtracted by the lower quartile value (1/4)
What is the sample standard deviation?
Square root of the summation of (each value minus the mean) squared then divided by the sample size - 1
What are the residuals in the standard deviation equation?
Value minus the mean
What is the variance when the sample standard deviation is s?
s squared
What is skewness and how is it measured?
A measure of symmetry of a distribution and it is measured by the skewness coefficient that can vary between -1 and +1
What is the skewness coefficient for a symmetric distribution?
0
What is the skewness coefficient for a distribution with the mean to the left of the mode (most values are larger values in the range, long tail to the left in the negative direction)
Closer to -1 (left or negative skew)
What is the skewness coefficient for a distribution with the mean to the right of the mode (most values are smaller values in the range, long tail to the right in the positive direction)
Closer to +1 (right or positively skewed)
Probability theory is based on set theory, what is contained in set S (called space)?
All sets are subsets of set S
What is the null set?
The set that contains no elements
For experimental events, what is an event represented by and what is an impossible event?
An event is a set and an impossible event is the null set
If sets A and B are mutually exclusive, what is P(A+B) and the intersection of A and B?
P(A+B) = P(A)+P(B), and AB ={}
The conditional probability of A given B is defined as: P(A|B) =
P(AB)/P(B)
For conditional probability, should there be a causal or temporal relation between A and B?
They may or may not
What does it mean if conditional probability has no effect on the probability of an event P(A|B)=P(A)?
Events A and B are statistically independent
If A and B are statistically independent, what is P(AB) equal to?
P(AB) = P(A)P(B)
What is Bayes’ theorem? P(A|B) = ?
P(B|A)P(A) / P(B)
What does Bayesian probability include?
It incorporates any prior knowledge that a researcher might have about a hypothesis
Why is Bayes’ theorem also called the theorem of probability of causes?
A is the cause and B the effect
What is a random variable (RV)?
A number X(z) assigned to every outcome z of an experiment
What is the cumulative distribution function F(x)?
P{X<=x}
If the cumulative distribution function F(X) is continuous, what is its derivative?
The probability density function f(x) = dF(x)/dx
If the cumulative distribution function is discrete, what is f(x)?
A discrete distribution function, where f(x) = the sum of P{X=x_i}delta{x-x_i}, where delta is an impulse function
Can we calculate P(X=x) for a continuous cumulative distribution function and what do we do?
No because P(X=x) = 0 when continuous. We have to calculate the probability that X lies in a small interval around x by integrating f(x) across a small interval
What is the expectation or mean of a random variable when the cumulative distribution function is continuous?
The integral of xf(x)
What is the expectation or mean of a random variable when the cumulative distribution function is discrete?
The sum of x_i multiplied by P(X=x_i)
What is the variance of a random variable in terms of the mean or expectation (E)?
sigma squared = E[X^2] - E[X]^2
When do the sample-based approximations of mean and variance converge to the theoretical quantities?
When the sample size tends to infinity
Are probability mass functions for discrete or continuous variables?
Discrete
Are probability distribution functions for discrete or continuous variables?
Continuous
What are the three types of probability mass functions that this course deals with?
Bernoulli, binomial and uniform (discrete)
What are the four types of probability distribution functions that this course deals with?
Normal (gaussian), poisson, exponential, uniform (continuous)
The Bernoulli distribution is a special case of what type of distribution and what is the special case?
Binomial distribution with a single trial (n=1)
What is the outcome of a Bernoulli triart with outcome 0 or 1l?
A single experiment with outcome 0 or 1
For a Bernoulli distribution, what is the probability of X=1 (P(1))?
p
For a Bernoulli distribution, what is the probability of X=0 (P(0))?
1-p
What is the mean (expected value) of a Bernoulli random variable?
p
What is the variance of a Bernoulli random variable?
p(1-p)
Since the Bernoulli distribution is a special case of the binomial distribution, what could the binomial distribution be thought of as?
The number of successes in a sequence of independent Bernoulli trials
What are the parameters of the binomial distribution?
n = number of trials, p = probability of success
How are the Bernoulli probability distribution random variables denoted?
X ~ Bernoulli(p)
How are the Binomial probability distribution random variables denoted?
X ~ B(n,p)
What is the mean (expected value) of a binomially distributed random variable?
np
What is the variance of a binomially distributed random variable?
np(1-p)
What is the discrete uniform distribution?
A finite number n of outcome values are equally likely to be observed
What is the probability of every one of the n outcome values in a discrete uniform distribution?
1/n
What is the mean (expected value) of a discrete uniform distribution?
(n+1)/2
What is the continuous uniform distribution?
A continuous random variable that is likely to take any value between two states bounds a and b
How are the continuous uniform probability distribution random variables denoted and what do the parameters mean?
X~U(a,b), where a and b are the bounds (minimum and maximum values) with a<b)
What is the probability p(x) of a variable under the continuous uniform distribution?
1/(b-a)
What is the mean (expected value) of a random variable that is distributed via the continuous normal distribution?
(a+b)/2
How are the normal probability distribution random variables denoted and what do the parameters mean?
X ~ N(mu, sigma squared), where mu = mean and sigma squared = variance (sigma = standard deviation)
How can a binomial distribution be approximated by a normal distribution?
B(n,p) approx = N(np, np(1-p))
Under what circumstances can the normal approximation to the binomial distribution be used?
np and n(1-p) > 5
What is the standard normal distribution?
A normal distribution with a mean of 0 and a standard deviation of 1
How is the standard normal probability distribution random variables denoted?
Z ~ N(0,1)
Every normal distribution is a version of standard normal distribution, whose domain is stretched by what factor and translated by what value?
Stretched by the value of the standard deviation and translated by the mean value
How do you convert the random variable X for the normal distribution to the random variable Z for the standard normal distribution?
Z = (X - mu) / sigma (standard deviation)
What denotes the cumulative distribution function (cdf) of the standard normal distribution P(Z<=z)?
Capital phi(z)
What is the Q-Q plot (or quantile or normal probability plot)?
A plot of the sorted values from the data set against the expected value of the corresponding quantiles from the standard normal distribution
What is the normal probability plot (Q-Q plot) used for?
It is used to visually assess the normality of data i.e. it compares two probability distributions by plotting their quantiles against each other
If the two distributions being compared are similar, what line will the points on the Q-Q plot (normal probability plot) lie on?
y=x
What distribution does the normal probability plot use?
The z-distribution (standard normal)
What is the ladder of powers?
An approach to change the shape of a skewed distribution so that it becomes normal or nearly normal with power transformations
If X is a random variable with mean mu and variance sigma squared, what is the mean and variance of Y=aX+b?
Mean (Y) = a * mu + b and variance (Y) = a squared * sigma squared
If X1, X2,…, Xn are independent random variables with mean mu1… and variances sigma 1 squared…., what is the mean and variance of Y = X1 + X2 +… + Xn?
Mean(Y) = mu1 + mu2 +…+ mu_n and variance (Y) = sigma 1squared + sigma 2squared +…+ sigma n squared
If X1 and X2 are independent random variable with means mu2 and mu2 and variances sigma 1 squared…, what is the mean and variance of Y= = X1-X2?
Mean(Y) = mu1 - mu2 and variance(Y) = sigma 1 squared + sigma 2 squared
If independent random variables X1, X2, … Xn are combined algebraically (eg Y=X1-X2 or Y=X1+X2+…+Xn) and they all X variables have normal distributions, what distribution does Y have?
A normal distribution
How are the poisson probability distribution random variables denoted and what do the parameters mean?
X ~ Poisson(mu), where mu is the mean
What is the variance of a poisson distribution random variable?
mu (= to the mean)
How can the binomial distribution be approximated by the poisson distribution?
B(n,p) approx = Poisson (np)
When can you use the Poisson approximation to the binomial distribution?
If n is large (n>50) and p is small (p<0.05)
How are the exponential probability distribution random variables denoted and what do the parameters mean?
T ~ M(lambda), where lambda is more than 0 and it is called the rate parameter
What is the exponential distribution for?
The distance (can be any measure or units, eg time) between events in a Poisson point process
What is the mean of the exponential distribution?
1/lambda
What is the Poisson process?
A model for the occurrence of events in continuous time. It is a counting process for events that appear to happen at a certain rate but completely at random
What are the assumptions of the poisson process?
Events occur singly, the rate of occurrence of events remains constant and the incidence of future events is independent of the past
If a Poisson process can be modelled with event that occur at random with a rate of lambda and time t, what two random variables can be used which have two different probability distributions?
X ~ Poisson(lambda * t), which models the number of events at time t and T ~ M(lambda), which models the waiting time between events
What is a confidence interval?
A random interval which contains the parameter being estimated with the probability of the confidence level
If there is a 95% confidence interval and an experiment is repeated 100 times, what can we say about the results?
The confidence intervals would be expected to include the true value on 95 occasions
To calculate the confidence interval for the mean mu of a population, using a random sample of size n (large n), what values are required?
The sample mean (x bar), the sample standard deviation (s), the number of items in the sample (n) and z, the (1-alpha/2) quantile of the standard normal distribution
When calculating the confidence interval, the confidence level is required. What is the equation for the confidence level?
100(1-alpha)%, where alpha is used to calculate the z in the confidence interval equation
What is the chi-squared distribution?
The sum of the squares of independent standard normal distributions
How are the chi-squared probability distribution random variables denoted and what do the parameters mean?
W ~ chi-squared X^2 (v), where v is the mean and number of independent standard normal distributions
When is the F distribution used?
For the ratio of their sample variances S1^2/S2^2 with v1 and v2 degrees of freedom. This is for two independent samples with normal distribution and degrees of freedom v1 and v2
Is the alternative hypothesis one or two sided?
It can be either depending on the null hypothesis (eg two sided is required if the null is drug A = drug B but one sided if the null is drug A is not effective)
Can a null hypothesis be accepted or proved?
No it can only be rejected/refuted
What does rejecting the null hypothesis do?
It provides evidence in favour of the alternative hypothesis
What is a directional hypothesis?
A hypothesis that predicts the direction of a relationship or difference between two variables. Also known as a one-tailed hypothesis
What is the difference between a one- and two-tailed test in terms of the hypothesis?
A one-tailed test looks for an increase or decrease in a parameter, whereas a two-tailed test looks for a change in parameter
What is the significance level?
If the null hypothesis is true, the significance level is the proportion of the repeated experiments in which the null hypothesis will be falsely rejected
What is type I error?
Rejecting the null hypothesis when it is true (called a false positive)
What is type II error?
Not rejecting the null hypothesis when it is false (false negative)
What significance level is typically set and what can it be referred to as when considering type I error?
0.05 (5%) and alpha level
What symbol denotes type II error and what is it usually set to?
Gamma and 0.8
When should the students 1-sample t-test be used?
For a sample of size n with normal distribution with values for the mean and standard deviation. The t test can be used to test a null hypothesis: mu = mu_nought (value). (Compare paired samples)
What is the degrees of freedom of a students 1-sample t-test?
n-1, where n is the sample size
What is the degrees of freedom of a students 2-sample t-test?
n1 + n2 - 2, where n1 and n2 are the sample sizes
How do you use the t-distribution tables for a students t-test question?
Calculate the test statistic (either 1 or 2 sample), determine the degrees of freedom, go to the correct row on the table that matches the degrees of freedom and determine which quantile the test statistic matches with
After you get a quantile from the t-distribution tables, how do you determine the p value from this?
1 minus the quantile for one sided tests and double this for two sided
What is the definition of the P value?
The probability of having observed our data or more extreme given the null hypothesis is true
How do you interpret a p value above 0.1?
Little evidence against the null hypothesis
How do you interpret a p value between 0.1 and 0.05?
Weak evidence against the null hypothesis
How do you interpret a p value between 0.01 and 0.05?
Moderate evidence against the null hypothesis
How do you interpret a p value below 0.01?
Strong evidence against the null hypothesis
Why is misinterpretation a problem with p values?
It can sometimes be misinterpreted as meaning the probability of the null hypothesis being correct or the probability that the observed effect is not real
Why is publication bias a problem with p values?
Research findings with p more than 0.05 sometimes do not get published
Why is over-reliance a problem with p values?
Researchers sometimes change their conclusions radically depending on which side of 0.05 the p value is
When should the students 2-sample t-test be used?
For two samples sizes n1 and n2 with values for the means (x bar 1 and x bar 2) and standard deviations. The t test can be used to test a null hypothesis: x bar 1 = x bar 2 (means of both samples are equal) (compare two unrelated samples)
What assumptions have to be in place for a students 2-sample t-test?
Variation in each population can be modelled by a normal distribution. Samples are independent. Populations variances are equal (differ by a factor of < 3)
How are proportion data modelled and with what parameters?
A binomial distribution with n (number of samples) and p (probability of a success) (remember this can be approximated by a normal distribution)
The test statistic for the difference in proportions includes d, what is this parameter?
The hypothesised difference
What assumption needs to be met for the differences in proportions test to be applied?
Normal distribution e.g. np and n(1-p) > 5 this must be followed
For a differences in proportions test, is the null hypothesis one or two tailed and what type of distribution does it have?
Two-tailed and it is the standard normal distribution (z distribution)
To detect a statistically significant difference between the means of two groups, what calculation needs to be done?
The study sample size required (sample size per group)
What parameters are used in the equation for the sample size for the difference in means?
The standard deviation for the underlying population sigma, the hypothesised difference between two groups (d), the quantile values on the standard normal distribution table that relate to (1 - half the significance level) and the power
The sample size equation for difference in means can be rearranged to determine what instead?
To calculate the size of difference (d) that could be detected as statistically significant given the sample size per group
To detect a statistically significant difference between the proportions of two groups, what calculation needs to be done?
The study sample size required
The equations for the sample size for difference in means and difference in proportions contain the same parameters except one difference in each, what is this difference?
The difference in means version has the standard deviation, whereas the difference in proportions version has pi nought, which is the average proportion of the two groups
The equations for the sample size for difference in means and difference in proportions include a quantile that relates to power. What is the power and what does a higher value of it mean?
The power is the probability of detecting a significant difference when one exists.
What is power analysis?
The process of determining the sample size for a research study to detect a significant difference in means of proportions
When are non-parametric tests used?
There is no assumption that the underlying distribution comes from a specific family
What is the non-parametric version of the 1-sample students t-test to compare paired samples?
Wilcoxon sign rank test
What is the non-parametric version of the 2-sample students t-test to compare two unrelated samples?
Mann-Whitney test
Instead of using actual values, what does the Wilcoxon signed rank test use?
Data ranks
In what cases could the Wilcoxon signed rank test be used instead of the 1-sample t-test?
The data is skewed or the sample size is too small
The test statistic (W_+) is for the Wilcoxon signed rank test to approximate the sum of positive ranks as an approximate normal distribution. What is n in the equations and when is the approximation adequate?
n is the sample size after deletion and it should be 16 or above (in handbook)
What does the Mann-Whitney test assume about two samples?
They are uncorrelated and independent (and no assumption of normal distribution)
The test statistic (U_A) is for the Mann-Whitney test to approximate the sum of ranks for sample A as an approximate normal distribution. What is n_A and n_B in the equations and when is the approximation adequate?
n_A and n_B are the respective samples and each sample size should be 8 or above (in handbook)
When is the chi-squared distribution used?
The chi-squared tests for goodness of fit of an observed distribution (of observed frequencies) to a theoretical one
What is p in the equation for the degrees of freedom (k-p-1) for the chi-squared goodness of fit test?
p is the number of estimated parameters
What is the null and alternative hypotheses for a chi-squared goodness of fit test?
Null: data is a good fit to the model. Alternative: the difference is too large (as squared so can’t be negative)
Are chi-squared goodness of fit tests 1-sided or 2-sided?
1-sided
For a chi-squared goodness of fit test, what value should the expected frequency in each category be at least?
At least 5
How is the students t-test a special case of an ANOVA?
Students t-test is comparing means between two groups, whereas ANOVA is to compare means of two or more groups
What is an assumption for both parametric and non-parametric ANOVA?
Statistical independence of cases within each group
What additional assumptions are required for a parametric ANOVA?
Normality (distribution in each group is normal) and equality of variances (homoscedasticity), so the variance in each group are assumed to be the same (can differ by a factor of 3)
What is the parametric and non-parametric tests to compare more than two sets of observations on the same sample?
Parametric: one way ANOVA. Non-parametric: Kruskall-Wallis
What is the parametric and non-parametric tests to compare more than two sets of observations on a single sample under different conditions?
Parametric: Two way ANOVA. Non-parametric: Friedman
Receiver operating characteristic (ROC) analysis is part of what theory?
Signal detection theory
What is our purpose for ROC (receiver operating characteristic) analysis?
To assess the performance of diagnostic tests
What is the value called where above it we consider the test to be abnormal and below we consider the test to be normal?
A decision threshold
What is the true positive rate also known as? This is the probability of a positive instance given that the disease is present
Sensitivity
What is the true negative rate also known as? This is the probability of a negative instance given that the disease is not present
Specificity
What is the false positive rate also known as and how does it relate to specificity? This is the probability of a positive instance given that the disease is not present
Type I error and 1 - specificity
What is the false negative rate also known as and how does this relate to sensitivity? This is the probability of a negative instance given that the disease is present
Type II error and 1 - sensitivity
In what way is there a trade off between sensitivity and specificity in ROC analysis?
We can improve the sensitivity by moving the decision threshold to a higher value (less strict criteria for positive), or we can improve the specificity by moving the decision threshold to a lower value (more strict criteria for positive)
What is a ROC curve?
A graph of sensitivity against 1-specificity (type I error) so true positive rate against false positive rate
What demonstrates an accurate test on a ROC curve?
If the curve is closer to the left hand and top border of the ROC space
What is a scalar measure of the performance of a test on a ROC curve?
The area under the curve, with an area of 1 being a perfect test
For ROC analysis, reliability is also known by what two names that are calculable?
Positive predictive value and negative predictive value
In ROC analysis, what is reliability and does accuracy directly imply reliability?
How reliable is this positive result and no
In ROC analysis, an alternative definition of reliability uses Bayes theorem in what way?
For the probabilities of P(disease|positive) and P(-disease|negative), which is the opposite way around to the sensitivity and specificity probabilities
When are two variables said to be correlated?
If knowing the value of one of the variables tells you something about the value of the other
What type of correlation is measured by the Pearson correlation coefficient (R)?
Linear correlation (parametric)
What type of correlation is measured by the Spearman rank correlation coefficient (R_s)?
Monotonic correlation (non-parametric)
What type of data can Spearmans coefficient be used for that Pearsons cannot?
Ordinal data (as well as continuous) because it uses ranks instead of assumptions of normality
The test of correlation uses what hypotheses?
Null hypothesis is zero correlation, whereas the alternative is a 2-sided hypothesis (there is some sort of correlation)
What distribution tables and degrees of freedom are used in the test of correlation?
T-distribution tables and n-2 degrees of freedom
To investigate the correlation between two categorical variables, how must the data be presented first?
In contingency tables (cross tabulation format) so one variable at the top and one on the left of the table
To test the correlation between categorical variables, how are the expected frequencies due to chance calculated?
(row total multiplied by column total) divided by overall total
To test the correlation between categorical variables, what type of test is performed? (it compares the expected frequencies due to chance with observed frequencies)
Chi squared test (null hypothesis of no correlation)
To test the correlation between categorical variables, what is the degrees of freedom of the chi-squared test?
(number of rows -1) multiplied by (number of columns -1)
Do small sample sizes lead to large or small confidence inteverals?
Large
What does a relative risk or odds ratio greater or less than one indicate?
Greater than one indicates an exposure to be harmful (increased risk), whereas less than one indicates a protective effect (decreased risk)
When does confounding occur?
If both the exposure and disease are associated with a third variable (confounder)
What test is used to investigate the correlation between two ordinal variables and is it parametric or non-parametric?
Kappa and non-parametric
What is the number of observed agreements in the kappa test statistic equation?
The sum of the matching terms on the contingency table (should be along the y=-x line). For the percentage agreement, divide this number by the total)
For the kappa statistic, how do you calculate the expected agreements due to chance?
For each concordant pair on the contingency table, multiple the row and column totals and divide by overall total. For the percentage agreements, sum these values together and divide by total
What are Bland-Altman plots?
They measure the agreement between two methods measuring the same parameter. It plots the difference between the two measurements against the average measurement
What is a dose-response relationship?
It describes the change in effect (e.g. OR) caused by change in level of exposure
What are the 5 ways in which we can improve under research governance?
Method validation, quality improvement, service evaluation, audit, research
What system is required to apply for permissions and approvals in healthcare research in the UK?
Integrated Research Application System (IRAS)
What is a Trial Master File (TMF)?
The collection of documentation (sponsor’s file plus each investigator site file) needed to evaluate the study in terms of conduct, integrity of data and compliance
What are observational studies?
Data are collected on one or more groups of subjects purely from a non-interfering observers point of view
What are experimental studies?
The researcher deliberately influences the clinical management of the subjects in order to investigate the outcome
What are case-control studies? This is a subtype of observational studies
Subjects with the disease are identified and compared to those without but who are otherwise comparable (controls). The past history of the groups is examined to determine their exposure to a particular risk
What are cohort (longitudinal) studies? This is a subtype of observational studies
Two groups are identified as one exposed and one not exposed to a risk. The groups are followed up over time and the occurrence of the disease in each group is identified
What are the disadvantages of cohort studies?
Rare diseases will need lots of subjects and make take a long time. Subjects might drop out. Might not be feasible or ethical
What are the advantages of cohort studies?
They do not rely on the accuracy of medical records
What are cross-sectional studies?
Surveys where the subject are contact once
What are ‘within subjects trial’ studies?
Subjects are assessed before and after an intervention
What are cross-over trial studies?
Subjects receive both intervention and control treatments in a randomised manner with a washout period in between
What are multi-factorial designs studies?
Studies that investigate the effects of more than one variable on the outcome
What is one of the main problems in clinical trials and how can it be reduced?
Selection bias and randomization is a process to reduce the effect of bias
What is simple randomization?
Each patient has an equal chance of being allocated to treatment given
What is block randomization?
Subject are randomly allocated to blocks which determine the order in which they receive the treatment
What is stratified randomization?
Subjects are first divided into subgroups according to a particular characteristic and randomization is balanced within the subgroups
Why is blinding done in studies?
It is done to reduce bias due to the observer’s or subject’s judgement
What is a single blind study?
The subject does not know what treatment they are receiving
What is a double blind study?
Both the subject and observer do not know which treatment is given
Why might selection bias after randomization occur?
Subjects in the treatment arm might drop out of the study if they experience problems
What is method validation?
Ensuring a proven method (e.g. lab test) is reliable within specific parameters
What is quality improvement?
Making local changes to improve local service
What is service evaluation?
An assessment about what standards do new or existing services meet and how are they performing. It often goes hand in hand with innovation (evaluation-innovation cycle)
What question is an audit addressing?
Is the service meeting a particular standard
What is research?
Generating new generalisable knowledge and requires formal approval. In a clinical context, it can introduce non-standard of care healthcare
What is the sponsor in the UK policy framework for health and social care research?
The organisation taking overall responsibility for proportionate, effective arrangements in place to set up, run and report a research project
Who is the chief investigator in the UK policy framework for health and social care research?
The overall lead researcher for a research project, responsible for the overall conduct of a research project
Who is the principal investigator in the UK policy framework for health and social care research?
They are responsible for the conduct at a research site with one PI per site
Who is the data controller in the UK policy framework for health and social care research?
The organisation responsible for the management and oversight of the data
What are some of the responsibilities of the sponsor of a research project?
Identifying and addressing poorly designed research. Ensures that the roles and responsibilities of all parties are agreed and recorded. They initiate a site.
What should be in the study protocol when planning research?
Study design, methods of data collection and data analysis, sample technique and sample size
What are the potential points on the timeline for research before it can start?
Sponsorship, grant application, REC approval, HRA approval, other regulatory approvals, local NHS Trust approvals
What is the purpose of a Research Ethics Committee (REC)?
To conduct an independent ethical review to ensure that participant safety is central and follows the principles of the Declaration of Helsinki
What are some reasons a trial might stop early?
For efficacy (not ethical to keep going if you know it works), and for safety concerns (if you know it isn’t working or might not be safe)
What are the statistical issues with stopping a trial early?
Can bias the results, systematic over-estimation of benefits of intervention when stopped for efficacy, and precision of estimates of effect sizes will be poorer
What should be done after a trial has ended?
Dissemination of results, destruction of samples, archiving and update the public database
What is HRA approval?
Approval confirming a study is complaint with applicable regulations and standards, including a favourable opinion from a REC, a clinical trials authorisation or any other relevant approvals (eg radiation)
Who has to review an IRAS form regarding radiation?
An MPE to quantify the dose and risk and clinical radiation expert (CRE) to justify it