Hi R community
So when running my dataset, R studio change the way it wants me to refere to my data , in on of these two ways:
Baseline$Rec.age.in.y
Baseline$Rec age in y
This means that I often have to change my entire script.
Why does this happen?
I have installed the following packages
library(readxl)
library(ggplot2)
library(ggpubr)
library(nlme)
dir()
library(Publish)
library(dplyr)
library(tidyverse)
Hope you can help me
Best, Kathrine