summary.lphom: Summarize a lphom-family object

View source: R/summary.R

summary.lphomR Documentation

Summarize a lphom-family object

Description

Summary method for objects obtained with an algorithm of the lphom-family (lphom, tslphom, nslphom, tslphom_dual, nslphom_joint, ....).

Usage

## S3 method for class 'lphom'
summary(object, ...)

Arguments

object

An object output of a lphom family algorithm.

...

Other arguments passed on to methods. Not currently used.

Value

An object of class "summary_lphom".

Author(s)

Jose M. Pavia, pavia@uv.es

Examples

mt.ns <- nslphom(France2017P[, 1:8] , France2017P[, 9:12], new_and_exit_voters= "raw")
summary(mt.ns)


lphom documentation built on March 21, 2022, 9:09 a.m.

Related to summary.lphom in lphom...