search for: revtime

Displaying 1 result from an estimated 1 matches for "revtime".

Did you mean: reltime
2004 Nov 24
2
an R function to search on Prof. Baron's site
...) if (format == 0) stop("format must be either long or short") format <- paste("format=builtin-", switch(format, "long", "short"), sep="") sortby <- charmatch(sortby, c("score", "time", "title", "revtime")) if (sortby == 0) stop("wrong sortby specified") sortby <- paste("sort=", switch(sortby, "score", "time", "title", "revtime"), sep="") res <- c...