In the below example i show how to assign a label (in this case Casenr) to each data point on my scatter plot.
```
plot(BMI~Age, data=prevend.sample)
text(BMI~Age, labels=Casenr, data=prevend.sample)
```
Introduction to the Analysis of Survival Data in the Presence of Competing Risks
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4741409/
-
Sometimes when you are running a regression model with variables that have different lengths, r will prompt with the following error message...
-
In linear regression analysis, If the predictor X is the numerical variable "calories", then an increase of X from 10 to 30 will h...
-
*using retinol data from below link {gmodels} CrossTable (retinol$agecat1, retinol$tabac, chisq=TRUE) | retinol$tabac ...