Learn R Programming

DynTxRegime (version 3.01)

List-class: Class

Description

Mimics a standard R list object.

Arguments

Objects from the Class

A virtual Class: No objects may be created from it.

Slots

loo:
An object of class "list."

Methods

[[<-
signature(x = "List"): Set an element of the list.

[[
signature(x = "List"): Retrieve an element of the list.

length
signature(x = "List"): Retrieve the length of the list.

names
signature(x = "List"): Retrieve the names of each element of the list.

Examples

Run this code
showClass("List")

Run the code above in your browser using DataLab