tdrankglm: GLM fit for TD rank curve
Description
gets a generalized linear model fit for TD rank curve
Usage
tdrankglm( tdr, familytxt = c( "gaussian" ), link = make.link( "logit" ),
rankCentral = NULL, scaleFactor = 52.4 )Arguments
familytxt
family of distributions to use with glm fit. See family. Default is gaussian
link
link function to use with glm fit. See family. Defaulut is logit
rankCentral
central ranked positions to use in the fit. By default it is NULL, so that all rank locations are used for the fit
scaleFactor
scale to use for ranks to make them be between 0 and 1. Default is 52.4
Value
fitted values of the generalized linear model fit for TD rank curve