File: model.matrix.BTm.R

package info (click to toggle)
r-cran-bradleyterry2 1.1-2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,208 kB
  • sloc: sh: 13; makefile: 5
file content (5 lines) | stat: -rwxr-xr-x 115 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#' @importFrom stats model.frame
#' @export
model.matrix.BTm <- function(object, ...){
    model.frame(object)$X
}