find_mu_sd: Find mean and standard deviation of segments

View source: R/function_prepare.R

find_mu_sdR Documentation

Find mean and standard deviation of segments

Description

find_mu_sd calculates statistics of a given segmentation : mean and variance of the different states.

Usage

find_mu_sd(df.states, diag.var)

Arguments

df.states

a list of data.frame

diag.var

names of the variables on which statistics are calculated

Value

a data.frame with mean and variance of the different states


rpatin/segtools documentation built on Sept. 12, 2022, 5:09 p.m.