[...]
wibe(
y = NULL,
group = NULL,
time = NULL,
weights = NULL,
dat,
smoothDat = F,
ref = F,
long = F
)
Dependent variable
Grouping variable to decompose variance into within- and between-group components
Time variable to analyze change over time
Probability weights
Dataframe
Logical. Should data be smoothed?
Number or FALSE. Should values be reported in reference to a specific time?
Logical. Should output be in long format?
List of length 2. Element 1 returns the decomposition by group and time. Elements 2 returns the decomposition by time.
...
data(incdat)
wibe1 <- wibe(y="inc", group="SES", time="year", dat=dat1)
#> Error in as.character(y) %in% names(dat): object 'dat1' not found