View source: R/partGLS_methods.R
part_ttest | R Documentation |
Correlated t-test for paritioned GLS
part_ttest(coefs, part.covar_coef, rcoefficients, df2, npart)
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 |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.