lx2: Like lx() but for lists of returned objects

View source: R/luna.R

lx2R Documentation

Like lx() but for lists of returned objects

Description

A version of lx() designed to work with lists of returned lists

Usage

lx2(k, ...)

Arguments

k

multiple returned values from leval() or similar have been assembled as a list of lists

...

all parameters used in lx(), including the command and strata specification

Value

same output as lx()

Examples

## Not run: 
> k <- list()
> k[[ "S1" ]] <- leval( some-commands-go-here )
> k[[ "S2" ]] <- leval( some-more-commands-go-here )

> lx2(k)

## End(Not run)

remnrem/luna documentation built on June 1, 2025, 2:14 p.m.