Podcast
Questions and Answers
What is the purpose of 'psych::' in the function to find Cronbach's alpha?
What is the purpose of 'psych::' in the function to find Cronbach's alpha?
What type of plot is used to compare the distribution of data between groups?
What type of plot is used to compare the distribution of data between groups?
What is the purpose of labeling axes with quantiles in data visualization?
What is the purpose of labeling axes with quantiles in data visualization?
What type of plot is used to show the distribution of data using a smooth density function?
What type of plot is used to show the distribution of data using a smooth density function?
Signup and view all the answers
What is the purpose of using shapes on scatterplots?
What is the purpose of using shapes on scatterplots?
Signup and view all the answers
What is the purpose of a QQ plot?
What is the purpose of a QQ plot?
Signup and view all the answers
What is the purpose of using a deviates plot?
What is the purpose of using a deviates plot?
Signup and view all the answers
What is the purpose of using themes in data visualization?
What is the purpose of using themes in data visualization?
Signup and view all the answers
What type of plot is used to show the raw data for small datasets?
What type of plot is used to show the raw data for small datasets?
Signup and view all the answers
What is the goal of data visualization in terms of data-to-ink ratio?
What is the goal of data visualization in terms of data-to-ink ratio?
Signup and view all the answers
Which type of regression is most suitable for analyzing the number of children people have?
Which type of regression is most suitable for analyzing the number of children people have?
Signup and view all the answers
What is the link function used in Poisson regression?
What is the link function used in Poisson regression?
Signup and view all the answers
What is the assumption about the mean and variance in Poisson regression?
What is the assumption about the mean and variance in Poisson regression?
Signup and view all the answers
What does an Incident Rate Ratio (IRR) of 2 indicate?
What does an Incident Rate Ratio (IRR) of 2 indicate?
Signup and view all the answers
What is the purpose of exponentiating coefficients in Poisson regression?
What is the purpose of exponentiating coefficients in Poisson regression?
Signup and view all the answers
Which type of regression is suitable for analyzing a binary outcome, such as the presence or absence of major depression?
Which type of regression is suitable for analyzing a binary outcome, such as the presence or absence of major depression?
Signup and view all the answers
Why is linear regression rarely used for count outcomes?
Why is linear regression rarely used for count outcomes?
Signup and view all the answers
What is the distribution assumed in Poisson regression?
What is the distribution assumed in Poisson regression?
Signup and view all the answers
What is a common application of Poisson regression?
What is a common application of Poisson regression?
Signup and view all the answers
What is a potential issue with Poisson regression?
What is a potential issue with Poisson regression?
Signup and view all the answers
What is the purpose of the 'by' argument in the data.table subsetting structure DT[ i , j , by ]?
What is the purpose of the 'by' argument in the data.table subsetting structure DT[ i , j , by ]?
Signup and view all the answers
What is the most efficient data type to store whole numbers in R?
What is the most efficient data type to store whole numbers in R?
Signup and view all the answers
What is the purpose of the 'factor' data type in R?
What is the purpose of the 'factor' data type in R?
Signup and view all the answers
What is the result of using logical operators in R?
What is the result of using logical operators in R?
Signup and view all the answers
What is the convention for treating boolean values in arithmetic operations in R?
What is the convention for treating boolean values in arithmetic operations in R?
Signup and view all the answers
What is the main purpose of using logical operators in data management?
What is the main purpose of using logical operators in data management?
Signup and view all the answers
What is the purpose of the 'i' argument in the data.table subsetting structure DT[ i , j , by ]?
What is the purpose of the 'i' argument in the data.table subsetting structure DT[ i , j , by ]?
Signup and view all the answers
What is the difference between the 'numeric' and 'integer' data types in R?
What is the difference between the 'numeric' and 'integer' data types in R?
Signup and view all the answers
What is the purpose of subsetting data in analyses?
What is the purpose of subsetting data in analyses?
Signup and view all the answers
What is the rule for data merges in R?
What is the rule for data merges in R?
Signup and view all the answers
What is the purpose of reshaping data?
What is the purpose of reshaping data?
Signup and view all the answers
What is a characteristic of wide data?
What is a characteristic of wide data?
Signup and view all the answers
What is the advantage of using the rowMeans() function?
What is the advantage of using the rowMeans() function?
Signup and view all the answers
What is the disadvantage of literally adding items together to get a total score?
What is the disadvantage of literally adding items together to get a total score?
Signup and view all the answers
What is the recommended approach to scoring questionnaire scales?
What is the recommended approach to scoring questionnaire scales?
Signup and view all the answers
What is the purpose of the psych::alpha() function?
What is the purpose of the psych::alpha() function?
Signup and view all the answers
What is the result of a natural join?
What is the result of a natural join?
Signup and view all the answers
What is the characteristic of long data?
What is the characteristic of long data?
Signup and view all the answers
What is the purpose of the 'Call' section in the output of a linear regression model?
What is the purpose of the 'Call' section in the output of a linear regression model?
Signup and view all the answers
In the 'Coefficients' section of a linear regression output, what does the 'Estimate' column represent?
In the 'Coefficients' section of a linear regression output, what does the 'Estimate' column represent?
Signup and view all the answers
What is the purpose of the link function in general linear models (GLMs)?
What is the purpose of the link function in general linear models (GLMs)?
Signup and view all the answers
What is the assumption of linear regression referred to as 'L.I.N.E.'?
What is the assumption of linear regression referred to as 'L.I.N.E.'?
Signup and view all the answers
What is the purpose of the density plot of residuals in assessing model diagnostics?
What is the purpose of the density plot of residuals in assessing model diagnostics?
Signup and view all the answers
What type of regression is used when the outcome variable is a count variable?
What type of regression is used when the outcome variable is a count variable?
Signup and view all the answers
What is the purpose of the 'Residuals' section in the output of a linear regression model?
What is the purpose of the 'Residuals' section in the output of a linear regression model?
Signup and view all the answers
What is the relationship between the F-statistic and the t-statistic in a linear regression model with one predictor?
What is the relationship between the F-statistic and the t-statistic in a linear regression model with one predictor?
Signup and view all the answers
What is the purpose of the QQ plot of residuals in assessing model diagnostics?
What is the purpose of the QQ plot of residuals in assessing model diagnostics?
Signup and view all the answers
What is the definition of homoscedasticity in linear regression?
What is the definition of homoscedasticity in linear regression?
Signup and view all the answers
What does the subscript 𝑖 in the equation yi=b0+b1∗xi+εi indicate?
What does the subscript 𝑖 in the equation yi=b0+b1∗xi+εi indicate?
Signup and view all the answers
What is the purpose of squaring the residuals in linear regression?
What is the purpose of squaring the residuals in linear regression?
Signup and view all the answers
What is the main difference between simple linear regression and multiple linear regression?
What is the main difference between simple linear regression and multiple linear regression?
Signup and view all the answers
How do you interpret the regression coefficient 𝑏1 in multiple linear regression?
How do you interpret the regression coefficient 𝑏1 in multiple linear regression?
Signup and view all the answers
What is the generalized linear model (GLM) an extension of?
What is the generalized linear model (GLM) an extension of?
Signup and view all the answers
What is the purpose of the lm() function in R?
What is the purpose of the lm() function in R?
Signup and view all the answers
What is the primary output of the summary() function when used with a linear model object in R?
What is the primary output of the summary() function when used with a linear model object in R?
Signup and view all the answers
What is the normal distribution also known as?
What is the normal distribution also known as?
Signup and view all the answers
What are the parameters of a normal distribution?
What are the parameters of a normal distribution?
Signup and view all the answers
What is a probability distribution?
What is a probability distribution?
Signup and view all the answers
What is the primary advantage of using a Generalized Linear Model (GLM) over traditional linear regression for binary outcomes?
What is the primary advantage of using a Generalized Linear Model (GLM) over traditional linear regression for binary outcomes?
Signup and view all the answers
What is the link function used in logistic regression?
What is the link function used in logistic regression?
Signup and view all the answers
What is the primary assumption of the Bernoulli distribution in logistic regression?
What is the primary assumption of the Bernoulli distribution in logistic regression?
Signup and view all the answers
What is the interpretation of an odds ratio greater than 1 in logistic regression?
What is the interpretation of an odds ratio greater than 1 in logistic regression?
Signup and view all the answers
What is the purpose of checking for separation in logistic regression?
What is the purpose of checking for separation in logistic regression?
Signup and view all the answers
What is the advantage of using logistic regression over traditional linear regression for predicting binary outcomes?
What is the advantage of using logistic regression over traditional linear regression for predicting binary outcomes?
Signup and view all the answers
What is the relationship between the odds ratio and the probability of the outcome occurring?
What is the relationship between the odds ratio and the probability of the outcome occurring?
Signup and view all the answers
What is the purpose of the marginal effect in logistic regression?
What is the purpose of the marginal effect in logistic regression?
Signup and view all the answers
What is the primary assumption of independent errors in logistic regression?
What is the primary assumption of independent errors in logistic regression?
Signup and view all the answers
What is the requirement for the sample size in logistic regression?
What is the requirement for the sample size in logistic regression?
Signup and view all the answers
What is a consequence of missing data?
What is a consequence of missing data?
Signup and view all the answers
What type of missing data is considered to be unbiased?
What type of missing data is considered to be unbiased?
Signup and view all the answers
What is the name of the method where only complete cases are analyzed?
What is the name of the method where only complete cases are analyzed?
Signup and view all the answers
What is the condition required for recovering unbiased estimates in MAR data?
What is the condition required for recovering unbiased estimates in MAR data?
Signup and view all the answers
What is the characteristic of data that are missing not at random?
What is the characteristic of data that are missing not at random?
Signup and view all the answers
What is the consequence of analyzing only complete cases in MAR data?
What is the consequence of analyzing only complete cases in MAR data?
Signup and view all the answers
What is the assumption required for unbiased estimates in listwise deletion?
What is the assumption required for unbiased estimates in listwise deletion?
Signup and view all the answers
What is the name of the approach that involves analyzing only complete cases?
What is the name of the approach that involves analyzing only complete cases?
Signup and view all the answers
What is the purpose of the likelihood ratio test in model comparison?
What is the purpose of the likelihood ratio test in model comparison?
Signup and view all the answers
Why can't we use log likelihood for non-nested models?
Why can't we use log likelihood for non-nested models?
Signup and view all the answers
What is the advantage of using the BIC over the AIC?
What is the advantage of using the BIC over the AIC?
Signup and view all the answers
What is the purpose of fitting polynomials of different degrees?
What is the purpose of fitting polynomials of different degrees?
Signup and view all the answers
What is the critical step in using the likelihood ratio test and AIC/BIC for model comparison?
What is the critical step in using the likelihood ratio test and AIC/BIC for model comparison?
Signup and view all the answers
What is the role of ontology in research?
What is the role of ontology in research?
Signup and view all the answers
What is the purpose of epistemology in research?
What is the purpose of epistemology in research?
Signup and view all the answers
Why is it important to consider both ontology and epistemology in research?
Why is it important to consider both ontology and epistemology in research?
Signup and view all the answers
What is the relationship between ontology and epistemology?
What is the relationship between ontology and epistemology?
Signup and view all the answers
What is the main difference between fixed effects and random effects in regression analysis?
What is the main difference between fixed effects and random effects in regression analysis?
Signup and view all the answers
What is the intraclass correlation coefficient (ICC) used for?
What is the intraclass correlation coefficient (ICC) used for?
Signup and view all the answers
What is the purpose of the Meandeviations() function?
What is the purpose of the Meandeviations() function?
Signup and view all the answers
What is the advantage of using restricted maximum likelihood over maximum likelihood?
What is the advantage of using restricted maximum likelihood over maximum likelihood?
Signup and view all the answers
What is the purpose of an intercept-only model?
What is the purpose of an intercept-only model?
Signup and view all the answers
In a linear mixed model, what is assumed about the distribution of individual units' deviations from the fixed effect?
In a linear mixed model, what is assumed about the distribution of individual units' deviations from the fixed effect?
Signup and view all the answers
Which of the following research paradigms suggests that there is no fixed social reality?
Which of the following research paradigms suggests that there is no fixed social reality?
Signup and view all the answers
What is the main assumption of linear mixed models?
What is the main assumption of linear mixed models?
Signup and view all the answers
What is the primary concern of qualitative research?
What is the primary concern of qualitative research?
Signup and view all the answers
What is the purpose of reflexive thematic analysis?
What is the purpose of reflexive thematic analysis?
Signup and view all the answers
What is the difference between covariance and correlation?
What is the difference between covariance and correlation?
Signup and view all the answers
What is a covariance matrix?
What is a covariance matrix?
Signup and view all the answers
What is the primary distinction between critical realism and constructionism?
What is the primary distinction between critical realism and constructionism?
Signup and view all the answers
What are the four elements of trustworthiness in qualitative research?
What are the four elements of trustworthiness in qualitative research?
Signup and view all the answers
What is the purpose of the 'random effects' heading in the output of a linear mixed model?
What is the purpose of the 'random effects' heading in the output of a linear mixed model?
Signup and view all the answers
What is the purpose of qualitative sampling?
What is the purpose of qualitative sampling?
Signup and view all the answers
Why is dual coding not relevant in qualitative research?
Why is dual coding not relevant in qualitative research?
Signup and view all the answers
What is the key element of qualitative research?
What is the key element of qualitative research?
Signup and view all the answers
When is it possible to recover unbiased estimates?
When is it possible to recover unbiased estimates?
Signup and view all the answers
What is the purpose of multiple imputation?
What is the purpose of multiple imputation?
Signup and view all the answers
What is the formula to determine total uncertainty in the average estimate in multiple imputation?
What is the formula to determine total uncertainty in the average estimate in multiple imputation?
Signup and view all the answers
What is an issue with using imputed datasets with general linear models?
What is an issue with using imputed datasets with general linear models?
Signup and view all the answers
What is the purpose of examining missing data before imputation?
What is the purpose of examining missing data before imputation?
Signup and view all the answers
What does the aggr() function in the VIM package in R show?
What does the aggr() function in the VIM package in R show?
Signup and view all the answers
What is the implication of mean positive affect being a cause of missingness?
What is the implication of mean positive affect being a cause of missingness?
Signup and view all the answers
What is the purpose of pooling the results from the analyses run on each imputed dataset?
What is the purpose of pooling the results from the analyses run on each imputed dataset?
Signup and view all the answers
What is the consequence of having small sample sizes when using imputed datasets with general linear models?
What is the consequence of having small sample sizes when using imputed datasets with general linear models?
Signup and view all the answers
Why is it important to examine the patterns of missing data?
Why is it important to examine the patterns of missing data?
Signup and view all the answers
What is the primary advantage of using linear mixed models over repeated measures ANOVA?
What is the primary advantage of using linear mixed models over repeated measures ANOVA?
Signup and view all the answers
What is the purpose of a margin plot in identifying patterns of missing data?
What is the purpose of a margin plot in identifying patterns of missing data?
Signup and view all the answers
What is the assumption of linear regression regarding observations?
What is the assumption of linear regression regarding observations?
Signup and view all the answers
What is the difference between fixed effects and random effects in linear mixed models?
What is the difference between fixed effects and random effects in linear mixed models?
Signup and view all the answers
What is the purpose of using linear mixed models instead of traditional linear regression?
What is the purpose of using linear mixed models instead of traditional linear regression?
Signup and view all the answers
What is the characteristic of data that is clustered within a higher-order unit?
What is the characteristic of data that is clustered within a higher-order unit?
Signup and view all the answers
What is the purpose of examining the distribution of stress when negative affect is missing in a margin plot?
What is the purpose of examining the distribution of stress when negative affect is missing in a margin plot?
Signup and view all the answers
What is the difference between fixed effects and random intercepts?
What is the difference between fixed effects and random intercepts?
Signup and view all the answers
What is the purpose of using linear mixed models in repeated measures data?
What is the purpose of using linear mixed models in repeated measures data?
Signup and view all the answers
What is the characteristic of data that is repeated measures data?
What is the characteristic of data that is repeated measures data?
Signup and view all the answers
What is the main purpose of calculating the Mahalanobis distance in a multivariate normal distribution?
What is the main purpose of calculating the Mahalanobis distance in a multivariate normal distribution?
Signup and view all the answers
In a linear mixed model, what does the subscript 'j' indicate?
In a linear mixed model, what does the subscript 'j' indicate?
Signup and view all the answers
What is the purpose of the likelihood ratio test (LRT)?
What is the purpose of the likelihood ratio test (LRT)?
Signup and view all the answers
What is the consequence of not including a random intercept in a linear mixed model?
What is the consequence of not including a random intercept in a linear mixed model?
Signup and view all the answers
What is the difference between marginal and conditional effects in a linear mixed model?
What is the difference between marginal and conditional effects in a linear mixed model?
Signup and view all the answers
What is the solution to convergence warnings in a linear mixed model?
What is the solution to convergence warnings in a linear mixed model?
Signup and view all the answers
What is the purpose of including random slopes in a linear mixed model?
What is the purpose of including random slopes in a linear mixed model?
Signup and view all the answers
What is the characteristic of a nested model?
What is the characteristic of a nested model?
Signup and view all the answers
What is the consequence of having a singularity warning in a linear mixed model?
What is the consequence of having a singularity warning in a linear mixed model?
Signup and view all the answers
What is the purpose of using the chi-squared distribution to evaluate the Mahalanobis distance?
What is the purpose of using the chi-squared distribution to evaluate the Mahalanobis distance?
Signup and view all the answers
Study Notes
Data Types and Operators
- Data types in R:
- Logical: used for logical data, i.e., TRUE or FALSE
- Integer: used for whole numbers, e.g., 0, 1, 2
- Numeric: used for real numbers, e.g., 1.1, 4.8; can also be used for integer data, but it's a less efficient format
- Factor: a special representation of numeric data when the data are fundamentally discrete
- Characters: used for text type data, e.g., names, qualitative data
- Operators:
- Logical operators: used to compare values and return TRUE or FALSE
- Examples of operators: =, %>%, %<%, %in%, %!in%, %c%, %e%
- Boolean values: can be used to refer to things that return a boolean value (TRUE or FALSE)
Data Management
- Subsetting data:
- A common task in analyses, e.g., excluding outliers, selecting specific participants
- Order of subsetting can matter
- Merging data:
- Rules: one join at a time, x dataset on the left, y dataset on the right
- Types of joins: natural, full outer, left outer, right outer
- Reshaping data:
- Necessary for repeated measures/longitudinal/panel data
- Wide format: each measure has a separate variable for each time point
- Long format: time point is a variable, IDs have multiple rows
Scoring Questionnaire Scales
- Two ways to score questionnaire scales:
- Add items together to get a sum total score
- Calculate an average of all items
- Using the
rowMeans()
function:- Can be used to exclude missing data
- Multiply results by the number of items to get a total score
-
psych::alpha()
function: used to calculate Cronbach's alpha, a measure of scale reliability
Data Visualization
- Types of plots:
- Bivariate plots: show the relationship between two variables
- Univariate plots: show the distribution of a single variable
- Violin plots: used to compare the distribution of data between groups
- Histograms: show the distribution of a single variable
- Density plots: show the distribution of a single variable
- Dot plots: show the distribution of a single variable
- QQ plots: used to compare the distribution of two variables
- Best practices:
- Aim for a high data-to-ink ratio
- Use themes to achieve this
- Axes can be useful for providing more data
- Shapes can be used to quickly identify categorical variables
Linear Regression
- Simple linear regression:
- Equation: yi = b0 + b1 * xi + εi
- Parameters: b0 (intercept), b1 (slope), εi (residual)
- Multiple linear regression:
- Equation: yi = b0 + b1 * x1i + ... + bk * xki + εi
- Parameters: b0 (intercept), b1, ..., bk (slopes), εi (residual)
- Line of best fit: the regression line that minimizes the sum of squared residuals
- Residuals: the difference between the observed and predicted values
- Interpretation of R output:
- Coefficients: the estimated regression coefficients
- Std. Error: the standard error of the coefficients
- t value: the t-value for each coefficient
- p value: the probability value for each coefficient
Generalized Linear Models (GLMs)
- GLMs: extend linear regression to different outcomes
- Examples of GLMs:
- Linear regression: continuous, normally distributed variables
- Logistic regression: binary 0/1 variables
- Poisson regression: count variables
- Link function: transforms the linear predicted value to the desired scale
- Inverse link function: transforms the predicted value back to the original scale
Poisson Regression
-
Poisson regression: used for count variables
-
Assumptions:
- Poisson distribution
- Mean and variance are equal
- Linear relationship on the link scale (ln)
- No need to worry about normally distributed errors or equal variance
-
Link function: η = ln(λ)
-
Incident rate ratios (IRRs): the ratio of the expected outcome for a one-unit change in the predictor
-
How to do Poisson regression in R:
- Use the
glm()
function with thefamily = poisson
argument### Interpreting IRRs in Poisson Regression
- Use the
-
IRRs are interpreted as a multiplicative change in the outcome for each one unit change in the predictor score.
-
An IRR of 1 means no change in the outcome, equivalent to a coefficient of 0 on the link (log) scale.
-
To interpret Poisson regression outcomes, coefficients need to be exponentiated to take them out of log space.
Binary Logistic Regression
- Binary logistic regression is used for outcomes with only two values: 0 or 1.
- It is useful for questions such as predicting disease occurrence, treatment outcomes, or probability of events.
- Linear regression is not suitable for binary outcomes because:
- Straight lines can predict impossible values.
- Binary variables or residuals do not follow a normal distribution.
GLM Solutions
- Link functions transform linear predicted values to ensure they never go below 0 or above 1.
- The Bernoulli distribution is used instead of the normal distribution, with a single parameter: the average probability of an event occurring (p or μ).
Logistic Regression
- The link function is defined as η=g(μ)=ln(μ/1−μ), known as the logit function.
- The probability that the outcome will be 1 is denoted as μ, ranging from 0 to 1.
- Assumptions of logistic regression include:
- Bernoulli distribution of the outcome.
- Linear relationship on the link scale.
- Independent variables and errors.
- No outliers or separation.
- Large sample size.
Performing Logistic Regression in R
- Use the glm() function with the 'family = binomial' argument.
Odds Ratio and Marginal Effect
- The odds ratio indicates how many more times the odds of the outcome occurring will be for a one unit change in the predictor.
- An odds ratio > 1 indicates a positive relationship, while < 1 indicates a negative relationship.
- The marginal effect is the instantaneous effect of change at a particular point, equivalent to the slope of a straight line.
Missing Data
- Missing data are common but problematic, leading to biased results and loss of efficiency
- Types of missing data:
- Missing Completely at Random (MCAR): missingness is independent of observed and unobserved data
- Missing at Random (MAR): missingness depends on observed data
- Not Missing at Random (NMAR): missingness depends on unobserved data
- Consequences:
- List-wise deletion leads to inefficiencies and biased results unless data are MCAR
- Multiple imputation can recover unbiased estimates for MAR data
- NMAR data cannot be recovered
Multiple Imputation
- A robust approach to address missing data
- Steps:
- Start with incomplete data
- Generate multiple datasets with imputed values
- Analyze each dataset
- Pool results to estimate parameters and uncertainty
- Formula for total uncertainty: T = V¯ + B + B/m
Examining Missing Data
- Use the VIM package in R to explore missing data
- Functions: aggr(), marginplot()
- Goals:
- Identify patterns of missing data
- Check for overlap between variables
- Identify potential issues with data
Clustered Data
- Data are clustered when observations are not independent
- Examples:
- Repeated measures data (longitudinal studies)
- Grouped data (people within families, schools, companies)
- Statistical methods for clustered data:
- Linear mixed models
- Repeated measures ANOVA (limited to discrete time points, equal number of time points, and normal distribution)
Linear Mixed Models
- Relax the assumption of independence in linear regression
- Types of effects:
- Fixed effects: slope and intercept are identical for everyone
- Random effects: slopes and intercepts vary randomly for each participant
- Benefits:
- Handles clustered data
- Allows for varying slopes and intercepts
- Can handle continuous time and missing data
Intraclass Correlation Coefficient (ICC)
- Measures the ratio of between-person variance to total variance
- Interpretation:
- 0: all individual means are identical
- 1: all values are identical within individuals and vary between individuals
- Example: ICC of 0.25 means 25% of variance is between people and 75% is within individuals
Linear Mixed Model Assumptions
- Normal distribution of individual intercepts
- Constant variance
- Independent and identically distributed residuals
Interpreting R Output
- Random effects: ID x SD is the average difference between an individual's average and the population average
- Residual x SD is the average difference between an individual score and predicted score
- Fixed effects: intercept x estimate is the fixed effect of the intercept### Model Comparison
- Model comparison involves checking all observations are the same
- LRTs (Likelihood Ratio Tests) are used to compare nested models (m0 vs m1, m0 vs m2, ..., m0 vs malt)
- AIC (Akaike Information Criterion) and BIC (Bayesian Information Criterion) are used to evaluate all models
Qualitative Research
Ontology and Epistemology
- Ontology: assumptions about the nature of the world and the phenomenon within it
- Epistemology: theory of knowledge, concerned with the mind's relation to reality
- Importance of ontology and epistemology: shape how we know what is true and judge competing truth claims
Qualitative Research Philosophy
- Critical Realism: fixed reality, interpreted differently by individuals
- Constructionism: no fixed social reality, meaning is given through individual experiences
- Two schools of thought:
- Critical Realism → thematic analysis (methodology)
- Phenomenology → interpretative phenomenological analysis
Qualitative Research Methodology
- Qualitative sampling: non-probability sampling, sampling based on competence rather than representativeness
- Alternative to reliability and validity: rigour and trustworthiness
- Four elements of trustworthiness:
- Credibility: confidence in the accuracy of findings
- Transferability: applicability of findings in other contexts
- Dependability: consistency and replicability of findings
- Confirmability: neutrality of findings, free from researcher bias
Reflexive Thematic Analysis
- Method for developing, analysing, and interpreting patterns in qualitative data
- Involves systematic processes of data coding to develop themes
- Steps in reflexive thematic analysis:
- Familiarising with the dataset
- Coding
- Generating initial themes
- Developing and reviewing themes
- Refining, defining, and naming themes
- Writing up
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Description
Quiz covering R data types including logical, integer, and numeric, as well as the data.table subsetting structure in R programming.