powered by
makes a linear regression with projection in the future by projyears years
progols( tdate, index, projyears = 0, xlab = "years from first visit", ylab = "md", txtfont = "sans", pointsize = 10, cex = 1, markfl = FALSE, prggrp = 3 )
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 0
0
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
Mark first and last data points? Default is FALSE
FALSE
How many datapoints to mark. Default is 3
3
# NOT RUN { vfi <- vfindex( vf91016right ) progols( vfi$tdate, vfi$mvfi, ylab = "vfi" ) # }
Run the code above in your browser using DataLab