Learn R Programming

visualFields (version 0.6.2)

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 )

Arguments

tdr

table with TD rank curve

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

Value

fitted values of the generalized linear model fit for TD rank curve

Details

details

See Also

tdrank, tdrankperc