fitll2: MLE of the log-logistic mixture model

Description Usage Arguments Value

Description

MLE of the log-logistic mixture model

Usage

1
2
fitll2(data, strpara = "skip_mle", maxtime = 1000, ylim = 0.01,
  maintitle = "", plot_pdf = TRUE, plot_haz = TRUE, do_mle = TRUE)

Arguments

data

A a vector or a list of vectors of response time, in milliseconds

strpara

A string of parameters, e.g. "?150/180/130, ?8/12/6, =1, ?6/7/2, ?0.7|0.01|0.98, ?100|150|50, ?0.05|0.15|0.01" For details, see ____

maxtime

Optional parameter for the maximal RT for the plot (default = 1000ms). For plotting only. No data is ever censored.

ylim

Optional parameter for the max density (default = 0.010) when using milliseconds

maintitle

Optional title for the plot

plot_pdf

Optional; if TRUE then plot the probability density function

plot_haz

Optional; if TRUE the plot the hazard rate, which is on the same scale as the pdf

do-mle:

Optional, TRUE to perform MLE, FALSE to return only empirical pdf and hazard rate, etc.

Value

list(fit=fit, stat=stat)


garyfeng/LogLogisticMixture documentation built on May 16, 2019, 5:42 p.m.