calc_dfpart {remotePARTS} | R Documentation |
calculate degrees of freedom for partitioned GLS
Description
calculate degrees of freedom for partitioned GLS
Usage
calc_dfpart(partsize, p, p0)
Arguments
partsize |
number of pixels in each partition |
p |
number of predictors in alternate model |
p0 |
number of parameters in null model |
Value
a named vector containing the first and second degrees of freedom ("df1" and "df2", respectively)
[Package remotePARTS version 1.0.4 Index]