powered by
Calculates full scale-independent statistics
FULLSIw(Actual = data.frame(), Survey = data.frame(), Weights = data.frame())
data from a "gold standard" survey; objects are variable columns from "gold standard" survey that corruspond to variable columns Survey
data from a survey; objects are variable columns from a survey that corruspond to variable columns from Actual
weights to be applied to Survey data; objects are weights columns
Full scale-independent statistics
# NOT RUN { FULLSIw(Actual=data.frame(TESTWGT$A1, TESTWGT$A2), Survey=data.frame(TESTWGT$Q1, TESTWGT$Q2), Weights=data.frame(TESTWGT$W1, TESTWGT$W2)) # }
Run the code above in your browser using DataLab