The weights for each combination of r title_text_plur are given in the first r number_of_indicators columns of the table below. The remaining columns give the intercept b0, the slope b1, the adjusted r^2 and Pearson product-moment correlation coefficient (Pearson's adjusted r). The rows are sorted with respect to adjusted r^2.


d <- S
names(d)[1:number_of_indicators] <- paste0(
    "w", 1:number_of_indicators, 
    " (", sub(pattern = "_STAR$", replacement = "*", x = names(d)[1:number_of_indicators]), ")")

d %>%
    xtable(digits = c(0L, rep.int(x = 3L, times = ncol(d) - 1L), 4L)) %>%
    print(type = "html", include.rownames = FALSE)




Try the BENMMI package in your browser

Any scripts or data that you put into this service are public.

BENMMI documentation built on Oct. 23, 2020, 8:24 p.m.