get_variable_contributions: Get contributions of the dataset variables within the fitted...

View source: R/functions.R

get_variable_contributionsR Documentation

Get contributions of the dataset variables within the fitted space

Description

Get contributions of the dataset variables within the fitted space

Usage

get_variable_contributions(job_id, dataset_id)

Arguments

job_id

The job id for this avatarization

dataset_id

An identifier for the uploaded dataset

Value

contributions dataframe

Examples

## Not run: 
get_variable_contributions(job_id, dataset_id) # for original dataset
get_variable_contributions(job_id, job_result$avatars_dataset$id) # for avatars dataset

## End(Not run)

octopize/avatar-r documentation built on March 23, 2024, 1:41 p.m.