Learn R Programming

multilevelcoda (version 1.3.3)

get_variables: Extract variable names from an object

Description

Generic function to extract variable names from a supported object.

Usage

get_variables(object)

# S3 method for complr get_variables(object)

# S3 method for brmcoda get_variables(object)

Value

A list of variable names.

Arguments

object

A brmcoda object

Examples

Run this code
# For a complr object:
# get_variables(complr_object)

# For a brmcoda object:
# get_variables(brmcoda_object)

Run the code above in your browser using DataLab