compare_two_profiles {drifter} | R Documentation |
Calculates distance between two Ceteris Paribus Profiles
Description
This function calculates square root from mean square difference between Ceteris Paribus Profiles
Usage
compare_two_profiles(cpprofile_old, cpprofile_new, variables, scale = 1)
Arguments
cpprofile_old |
Ceteris Paribus Profile for historical / 'old' model |
cpprofile_new |
Ceteris Paribus Profile for current / 'new' model |
variables |
variables for which drift should be calculated |
scale |
scale parameter for calculation of scaled drift |
Value
data frame with distances between Ceteris Paribus Profiles
[Package drifter version 0.2.1 Index]