Most of the scientists without a programming background, trying to test their hypothesis or explore data and who are new to some Data Science, face the same problems… They get lost with excessive, out-of-context, detailed information, which most of the time focuses on the technical capabilities of a given software. Then, they end up as they were before, wasting precious time.
We share the value proposition of Evident EBM, and present you with a helpful structure: “Logic, Methods, Commands”
By scientists, we do not mean someone in a lab with a coat and a test tube. We mean anyone who…
For tutorials about Linear Regression on R and Stata check the following articles
We are going to extract a publically available version of the Framingham heart study from; https://www.kaggle.com/amanajmera1/framingham-heart-study-dataset/version/1
On this website, you can also consult the coding for the different variables. For example, regarding gender (variable male; male=1 means male and male=2 means female)
First Download the file to your computer.
Here the Jupyter Notebook version (Dataset downloaded from Kaggle).
Here is the Kaggle Notebook so you can run everything on your browser.
First import all relevant packages
import numpy as np
import pandas as pd
import statsmodels.formula.api …
For more on descriptive analysis using RStudio check this post
We are going to extract a publically available version of the Framingham heart study from;
https://www.kaggle.com/amanajmera1/framingham-heart-study-dataset/version/1
On this website, you can also consult the coding of the different variables. For example, regarding gender (variable male; male=1 means male and male=2 means female).
First Download the file to your computer.
Then go to RStudio and open the file via the following options (this is the easiest way).
File -> Import Dataset -> From Text (base) (this is a .csv file)
In previous tutorials, we approached basic descriptive statistics. Now, we will take the next step, inferential analysis using regression to study association.
In this tutorial, we will run and interpret a logistic regression analysis using Stata.
For more on descriptive analysis using Stata check this post
Let’s revisit the publically available version of the Framingham heart study from https://www.kaggle.com/amanajmera1/framingham-heart-study-dataset/version/1
First Download the file to your computer
Then go to Stata and open the file via the following options (the easiest way)
File -> Import -> Text data (delimited, *.csv…)
For more on the fundamentals behind a linear regression analysis check this post
For more on descriptive analysis using RStudio check this post
We are going to extract a publically available version of the Framingham heart study from;
https://www.kaggle.com/amanajmera1/framingham-heart-study-dataset/version/1
On this website, you can also consult the coding for the different variables. For example, regarding gender (variable male; male=1 means male and male=2 means female)
First Download the file to your computer.
Then go to RStudio and open the file via the following options (this is the easiest way)
File -> Import Dataset -> From Text (base) (this is a…
In previous tutorials, we approached basic descriptive statistics. Now, we will take the next step, inferential analysis using regression to study association.
In this tutorial, we will run and interpret a linear regression analysis using Stata.
For more on the fundamentals behind a linear regression analysis check this post
For more on descriptive analysis using Stata check this post
Let’s revisit the publically available version of the Framingham heart study from https://www.kaggle.com/amanajmera1/framingham-heart-study-dataset/version/1
First Download the file to your computer
Then go to Stata and open the file via the following options (the easiest way)
File -> Import -> Text data…
Without a strategy, you lost before you started
In my career in clinical research, I have realized, with the help of great mentors and some costly mistakes, that research is not a random game. There should be a plan, a chart, a strategy, to avoid (or at least lessen) future headaches.
Just like a chess game, there are some core rules one cannot forget. This list could be infinite but let’s talk about the top 8 fundamental rules that I wished I have mastered sooner.
Moving your Knight back and forth will not develop your game. You need to break…
You have a great research idea and you have a very broad idea of how to get the project done. However, while writing your statistical analysis plan, once again, you end up stuck in the “statistics” section. Then, you waste long hours checking GitHub and Reddit threads and watching jargon-full YouTube tutorials. With a headache, once again, you procrastinate and jump to the next thing.
This article shares some simple steps on how to plan your data analysis by anticipating what you want to “show” in the final work (manuscript, poster, oral communication, you name it!).
These steps are
1…
The interpretation of p-value is one of the most misunderstood subjects in science and statistics, not only by the general public but also for Academia. This leads to low-quality publications and misleading news, with a consequent distrust in Science. Just stating “p<0.05 = good” and “p-value≥0.05 = bad” is a dangerous oversimplification.
This article tries to debug some concepts, focusing on:
Let’s take, for example, the height in adult men vs women. Empirically, we all…
A classic taximeter is a linear regression machine. Right after you sit on the backseat and close the door the taximeter starts doing its math.
Here, image a linear regression function, where the xx axis represents the distance in Km, or independent variable, and the yy axis represents price in EUR (€), our dependent variable.
Physician, epidemiology enthusiast, and entrepreneur. Learning every day. Fueled by curiosity and challenges @R_M_Santiago #Lisbon