part_ttest {remotePARTS} | R Documentation |
Correlated t-test for paritioned GLS
Description
Correlated t-test for paritioned GLS
Usage
part_ttest(coefs, part.covar_coef, rcoefficients, df2, npart)
Arguments
coefs |
vector average GLS coefficients |
part.covar_coef |
an array of covar_coef from each partition |
rcoefficients |
an rcoefficeints array, one for each partition |
df2 |
second degree of freedom from partitioned GLS |
npart |
number of partitions |
Value
a list whose first element is a coefficient table with estimates, standard errors, t-statistics, and p-values and whose second element is a matrix of correlations among coefficients.
[Package remotePARTS version 1.0.4 Index]