demo/EB.R:

GITHUB
DanielBonnery/SaeComputations: X

%*%beta_A.hat)^2))
#mse_PR
#clacualte g1, g2, and g3

R/SErob.R:

GITHUB
musto101/wilcox_R: What the package does (short line)

####	gi
g1i=u1i*zi0 # defined in (24)
vTi=vech(zi0%*%t(zi0))

demo/EB.R:

GITHUB
DanielBonnery/Isi2015Sae: Data and programs for the ISI course "Small-area estimation methods with applications" by Partha Lahiri

- x_mtx%*%beta_A.hat)^2))
#mse_PR
#clacualte g1, g2, and g3

SErob:

GITHUB
musto101/wilcox_R: What the package does (short line)

(u2i) * t(zi0)
g1i = u1i * zi0
vTi = vech(zi0 %*% t(zi0))

R/MSPE.R:

GITHUB
rohosen/OBPSAE: Observed best predictors for small area estimation

)), 1/(A.BPE + Di)))
G2i = 2*(1-Bi)^2*(Wi - deli)
return(list(Bi = Bi, fi = fi, Wi = Wi, G2i = G2i))

inst/Scripts/createScISIC.R:

BIOC
ScISI: In Silico Interactome

= "ROW")
g2i <- runCompareComplex(goMatrix, intactBGM)
##Those GO complexes which are redundant:

R/FullCIs.XY.R:

CRAN
BivRegBLS: Tolerance Interval and EIV Regression - Method Comparison Studies

(R2i)
R[2,2]=sum(R4i)
g1i=y*R1i

R/CBLS.fit.R:

CRAN
BivRegBLS: Tolerance Interval and EIV Regression - Method Comparison Studies

g1i=y*R1i
g2i=x*y*R1i+(ei*R1i)^2*(slope_CBLS*varX-cov_CBLS)
g[1,1]=sum(g1i)

R/BLS.fit.R:

CRAN
BivRegBLS: Tolerance Interval and EIV Regression - Method Comparison Studies

(R1i)
R[1,2]=sum(R2i)
R[2,1]=sum(R2i)

R/FullCIs.MD.R:

CRAN
BivRegBLS: Tolerance Interval and EIV Regression - Method Comparison Studies

g1i=y*R1i
g2i=x*y*R1i+(ei*R1i)^2*(slopes_all[j,1]*varX-CBLS.cov)
g[1,1]=sum(g1i)

R/ann.R:

GITHUB
mcieslik-mctp/codac: Comprehensive Detection and Analysis of Chimeras

## gene-index
g2i <- data.table(gene_id=core$genes$gene_id, idx=1:length(core$genes))
## cytoband-index

R/ann.R:

GITHUB
mctp/codac: Comprehensive Detection and Analysis of Chimeras

## gene-index
g2i <- data.table(gene_id=core$genes$gene_id, idx=1:length(core$genes))
## cytoband-index

R/CBLS.R:

CRAN
BivRegBLS: Tolerance Interval and EIV Regression - Method Comparison Studies

R[1,2]=sum(R2i)
R[2,1]=sum(R2i)
R[2,2]=sum(R4i)

R/BLS.ht.R:

CRAN
BivRegBLS: Tolerance Interval and EIV Regression - Method Comparison Studies

*R1i
R[1,1]=sum(R1i)
R[1,2]=sum(R2i)

R/BLS.R:

CRAN
BivRegBLS: Tolerance Interval and EIV Regression - Method Comparison Studies

R[1,2]=sum(R2i)
R[2,1]=sum(R2i)
R[2,2]=sum(R4i)

README.md:

GITHUB
jcuriel-unc/arealOverlapr2: What the Package Does (One Line, Title Case)

from the first shapefile, G2i a polygon from the second shapefile, and G2-i another polygon from the second shapefile. When

R/utilities.R:

CRAN
WRS2: A Collection of Robust Statistical Methods

=vech(zi0%*%t(zi0))
g2i=u2i*vTi-sigma # defined in (25)
gi=rbind(g1i,g2i)

R/utilities.R:

RFORGE
WRS2: A Collection of Robust Statistical Methods

=vech(zi0%*%t(zi0))
g2i=u2i*vTi-sigma # defined in (25)
gi=rbind(g1i,g2i)

R/nbinDPmix_C.R:

CRAN
lmeNBBayes: Compute the Personalized Activity Index Based on a Flexible Bayesian Negative Binomial Model

##     ## //         = g2i   if j is in new scan
## ## // and the distribution of g2i is specified as;
## ## // g2i = g1i

R/Rallfun-v24.R:

RFORGE
WRS: A package of R.R. Wilcox' robust statistics functions

####	gi
g1i=u1i*zi0 # defined in (24)
vTi=vech(zi0%*%t(zi0))