![]() |
Model-free estimation of a psychometric function |
|---|---|
| Home | Downloads | Demonstration | Documentation | Examples | Functions | Contacts |
|---|
binomval_lims
pfit = binomval_lims(b,xfit,link,guessing,lapsing,K);Fitted values at points
xfitfor a binomial generalized linear model with coefficientsband guessing and lapsing rates.Input:
xfit: points at which to calculate the estimatepfit
b: column vector of coefficients (result ofbinofit_lims)Optional input:
link: name of the link function; default is'logit',but this should be the same as used inbinofit_lims
guessing: guessing rate; default is 0,but this should be the same as used inbinofit_lims
lapsing: lapsing rate; default is 0,but this should be the same as used inbinofit_lims
K: the power parameter for Weibull and reverse Weibull link; default is 2, but this should be the same as used inbinofit_limsOutput:
pfit: vector of fitted values at pointsxfit