powered by
makes a linear regression with projection in the future by projyears years
progols( tdate, index, projyears = 5, xlab = "years from first visit", ylab = "md", txtfont = "sans", pointsize = 10, cex = 1 )
visit date
index measured at the corresponding age
label for x-axis. Default is age
age
label for y-axis. Default is md
md
Years for projection. Default is 5
5
font of the text with visual-sensitivity values. Default is sans
sans
size of the text with visual-sensitivity values. Default is 10
10
a numerical value giving the amount by which plotting text and symbols should be magnified relative to the default. Default is 1
1
# NOT RUN { vfi <- vfindex( vf91016right ) progols( vfi$tdate, vfi$mvfi, ylab = "vfi" ) # }
Run the code above in your browser using DataLab