View source: R/sagang_multipleregressionanalysisgridandpredictorgrids.R
sagang_multipleregressionanalysisgridandpredictorgrids | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Multiple regression analysis (grid and predictor grids) (sagang:multipleregressionanalysisgridandpredictorgrids). —————- Arguments —————- DEPENDENT: Dependent Variable Argument type: raster Acceptable values: - Path to a raster layer PREDICTORS: Predictors Argument type: multilayer REGRESSION: Regression Argument type: rasterDestination Acceptable values: - Path for new raster layer RESIDUALS: Residuals Argument type: rasterDestination Acceptable values: - Path for new raster layer INFO_COEFF: Details: Coefficients Argument type: vectorDestination Acceptable values: - Path for new vector layer INFO_MODEL: Details: Model Argument type: vectorDestination Acceptable values: - Path for new vector layer INFO_STEPS: Details: Steps Argument type: vectorDestination Acceptable values: - Path for new vector layer RESAMPLING: Resampling Default value: 3 Argument type: enum Available values: - 0: (0) Nearest Neighbour - 1: (1) Bilinear Interpolation - 2: (2) Bicubic Spline Interpolation - 3: (3) B-Spline Interpolation Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' COORD_X: Include X Coordinate Default value: false Argument type: boolean Acceptable values: - 1 for true/yes - 0 for false/no - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression COORD_Y: Include Y Coordinate Default value: false Argument type: boolean Acceptable values: - 1 for true/yes - 0 for false/no - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression METHOD: Method Default value: 3 Argument type: enum Available values: - 0: (0) include all - 1: (1) forward - 2: (2) backward - 3: (3) stepwise Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' P_VALUE: Significance Level Default value: 5 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression CROSSVAL: Cross Validation Default value: 0 Argument type: enum Available values: - 0: (0) none - 1: (1) leave one out - 2: (2) 2-fold - 3: (3) k-fold Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' CROSSVAL_K: Cross Validation Subsamples Default value: 10 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression
sagang_multipleregressionanalysisgridandpredictorgrids(
DEPENDENT = qgisprocess:::qgis_default_value(),
PREDICTORS = qgisprocess:::qgis_default_value(),
REGRESSION = qgisprocess:::qgis_default_value(),
RESIDUALS = qgisprocess:::qgis_default_value(),
INFO_COEFF = qgisprocess:::qgis_default_value(),
INFO_MODEL = qgisprocess:::qgis_default_value(),
INFO_STEPS = qgisprocess:::qgis_default_value(),
RESAMPLING = qgisprocess:::qgis_default_value(),
COORD_X = qgisprocess:::qgis_default_value(),
COORD_Y = qgisprocess:::qgis_default_value(),
METHOD = qgisprocess:::qgis_default_value(),
P_VALUE = qgisprocess:::qgis_default_value(),
CROSSVAL = qgisprocess:::qgis_default_value(),
CROSSVAL_K = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
DEPENDENT |
|
PREDICTORS |
|
REGRESSION |
|
RESIDUALS |
|
INFO_COEFF |
|
INFO_MODEL |
|
INFO_STEPS |
|
RESAMPLING |
|
COORD_X |
|
COORD_Y |
|
METHOD |
|
P_VALUE |
|
CROSSVAL |
|
CROSSVAL_K |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
INFO_COEFF - outputVector - Details: Coefficients
INFO_MODEL - outputVector - Details: Model
INFO_STEPS - outputVector - Details: Steps
REGRESSION - outputRaster - Regression
RESIDUALS - outputRaster - Residuals
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.