fitted_LB: Fitted values using Logistic Biplot

View source: R/fitted_LB.R

fitted_LBR Documentation

Fitted values using Logistic Biplot

Description

Compute the predicted matrix or log-odds for a logistic biplot model

Usage

fitted_LB(object, type = c("link", "response"))

Arguments

object

BiplotML object

type

the type of fitting required. type = "link" gives output on the logit scale and type = "response" gives output on the probability scale

Value

This function returns the predicted matrix or the log-odds of a binary logistic biplot model.

Author(s)

Giovany Babativa <gbabativam@gmail.com>

Examples


data("Methylation")
LB <- LogBip(Methylation, plot = FALSE)
Theta <- fitted_LB(LB, type = "link")
Pi <- fitted_LB(LB, type = "response")


jgbabativam/BiplotML documentation built on July 31, 2022, 11:10 a.m.