est {Rrepest} | R Documentation |
Estimate list
Description
Input the statistic wanted, target variable, and (optional) list of regressors
Usage
est(statistic, target, regressor = NULL)
Arguments
statistic |
(string vector) accepts "mean","var","std", "quant", "iqr", "freq", "lm", "corr", "cov" |
target |
(string vector) variable from where to get estimation |
regressor |
(string vector) independent variable for regression (1+) |
Value
list of components to estimate for repest
Examples
est(c("mean","quant",.5,"corr"),c("pv1math","pv1read","Pv1SCIE"))
[Package Rrepest version 1.3.0 Index]