11# ' @title factor detector
2- # ' @author Wenbo Lv \email{lyu.geosocial@gmail.com}
32# ' @description
43# ' The factor detector q-statistic measures the spatial stratified heterogeneity of a
54# ' variable Y, or the determinant power of a covariate X of Y.
@@ -59,7 +58,6 @@ factor_detector = \(y,x,confintv = FALSE,alpha = 0.95){
5958}
6059
6160# ' @title interaction detector
62- # ' @author Wenbo Lv \email{lyu.geosocial@gmail.com}
6361# ' @description
6462# ' Identify the interaction between different risk factors, that is, assess whether factors X1 and X2 together
6563# ' increase or decrease the explanatory power of the dependent variable Y, or whether the effects of these factors
@@ -116,7 +114,6 @@ interaction_detector = \(y,x1,x2){
116114}
117115
118116# ' @title risk detector
119- # ' @author Wenbo Lv \email{lyu.geosocial@gmail.com}
120117# ' @description
121118# ' Determine whether there is a significant difference between the attribute means of two sub regions.
122119# '
@@ -165,7 +162,6 @@ risk_detector = \(y,x,alpha = 0.95){
165162}
166163
167164# ' @title ecological detector
168- # ' @author Wenbo Lv \email{lyu.geosocial@gmail.com}
169165# ' @description
170166# ' Compare the effects of two factors \eqn{X_1} and \eqn{X_2} on the spatial distribution of the attribute \eqn{Y}.
171167# '
@@ -201,7 +197,6 @@ ecological_detector = \(y,x1,x2,alpha = 0.95){
201197}
202198
203199# ' @title geographical detector
204- # ' @author Wenbo Lv \email{lyu.geosocial@gmail.com}
205200# ' @note
206201# ' Note that only one type of geodetector is supported at a time in `geodetector()`.
207202# '
@@ -309,7 +304,6 @@ geodetector = \(formula,data,type = "factor",alpha = 0.95){
309304}
310305
311306# ' @title print factor detector
312- # ' @author Wenbo Lv \email{lyu.geosocial@gmail.com}
313307# ' @description
314308# ' S3 method to format output for factor detector in `geodetector()`.
315309# '
@@ -326,7 +320,6 @@ print.factor_detector = \(x, ...) {
326320}
327321
328322# ' @title print interaction detector
329- # ' @author Wenbo Lv \email{lyu.geosocial@gmail.com}
330323# ' @description
331324# ' S3 method to format output for interaction detector in `geodetector()`.
332325# '
@@ -349,7 +342,6 @@ print.interaction_detector = \(x, ...) {
349342}
350343
351344# ' @title print risk detector
352- # ' @author Wenbo Lv \email{lyu.geosocial@gmail.com}
353345# ' @description
354346# ' S3 method to format output for risk detector in `geodetector()`.
355347# '
@@ -383,7 +375,6 @@ print.risk_detector = \(x, ...) {
383375}
384376
385377# ' @title print ecological detector
386- # ' @author Wenbo Lv \email{lyu.geosocial@gmail.com}
387378# ' @description
388379# ' S3 method to format output for ecological detector in `geodetector()`.
389380# '
@@ -412,7 +403,6 @@ print.ecological_detector = \(x, ...) {
412403}
413404
414405# ' @title plot factor detector result
415- # ' @author Wenbo Lv \email{lyu.geosocial@gmail.com}
416406# ' @description
417407# ' S3 method to plot output for factor detector in `geodetector()`.
418408# '
@@ -468,7 +458,6 @@ plot.factor_detector = \(x, slicenum = 2, alpha = 0.95,
468458}
469459
470460# ' @title plot interaction detector result
471- # ' @author Wenbo Lv \email{lyu.geosocial@gmail.com}
472461# ' @description
473462# ' S3 method to plot output for interaction detector in `geodetector()`.
474463# '
@@ -515,7 +504,6 @@ plot.interaction_detector = \(x,alpha = 1,...){
515504}
516505
517506# ' @title plot risk detector
518- # ' @author Wenbo Lv \email{lyu.geosocial@gmail.com}
519507# ' @description
520508# ' S3 method to plot output for risk detector in `geodetector()`.
521509# '
@@ -560,7 +548,6 @@ plot.risk_detector = \(x, ...) {
560548}
561549
562550# ' @title plot ecological detector
563- # ' @author Wenbo Lv \email{lyu.geosocial@gmail.com}
564551# ' @description
565552# ' S3 method to plot output for ecological detector in `geodetector()`.
566553# '
0 commit comments