Skip to content

Commit

Permalink
version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
youhuachen authored and cran-robot committed Oct 19, 2018
0 parents commit 4d66090
Show file tree
Hide file tree
Showing 25 changed files with 1,533 additions and 0 deletions.
22 changes: 22 additions & 0 deletions DESCRIPTION
@@ -0,0 +1,22 @@
Package: RSE
Type: Package
Title: Number of Newly Discovered Rare Species Estimation
Version: 1.2
Date: 2018-10-15
Author: Youhua Chen,Tsung-Jen Shen
Maintainer: Youhua Chen <haydi@126.com>
Description: A Bayesian-weighted estimator and two unweighted estimators are
developed to estimate the number of newly found rare species in additional
ecological samples. Among these methods, the Bayesian-weighted estimator
and an unweighted (Chao-derived) estimator are of high accuracy and
recommended for practical applications.
Technical details of the proposed estimators have been well described
in the following paper: Shen TJ, Chen YH (2018) A Bayesian
weighted approach to predicting the number of newly discovered
rare species. Conservation Biology, In press.
License: GPL-3
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2018-10-15 14:47:37 UTC; Adminstrator
Repository: CRAN
Date/Publication: 2018-10-19 15:30:07 UTC
24 changes: 24 additions & 0 deletions MD5
@@ -0,0 +1,24 @@
7d6de3f60f1495ead9fdfae85df3a4c4 *DESCRIPTION
4cd72b2ff08731d85191b0ee0aa8a953 *NAMESPACE
56de3ebf0ea7ed8d056700fec4fd3039 *R/RSE.R
a6772b89bf5e00582977876bbd14f5c5 *build/partial.rdb
fd073cde37982461bc3bbfdf92142528 *data/CanadaMite.rdata
431a77b0a775700087ee1924b1fd0937 *data/HerpetologicalData.rdata
66969de94aa6f93d5780521314d7f650 *man/CanadaMite.Rd
0df7c790f6288b2e6ed6a76ae091a8ad *man/DetAbu.Rd
cc2c55bc60bba9c30fc26336c427ef31 *man/DetInc.Rd
9b6d3df74a4c36d6b85c314ebc1623d2 *man/HerpetologicalData.Rd
b0cf05000701d5b60f2d97d1348b6714 *man/Pred.Fk.BW.Rd
a67517e1a7e4dab0ab9cf0c57245cd75 *man/Pred.Fk.Naive.Rd
7340810b3ecdafd97ffc04470b192f4f *man/Pred.Fk.unweighted.Rd
d3700d24c260f5703915b988ef38c09c *man/Pred.Qk.BW.Rd
f4f5db699dfc205d90111ec1a8215414 *man/Pred.Qk.Native.Rd
fac0b3dcce27665e737813e458d1597d *man/Pred.Qk.unweighted.Rd
0978a06afcedf29f75fe8854690b2050 *man/Pred.abundance.rare.Rd
da586f8d5c860a7ab99802804ef14e2c *man/Pred.incidence.rare.Rd
9551e87cc910b65837a1d86a7df48a8f *man/RSE-package.Rd
dc8e02f3580e74b274ff79d72faa4d98 *man/SpEst.Chao1.abun.Rd
6f0e5cabdb29f05b4bec9e05b278e540 *man/X.to.f.Rd
de7efa911669faaa5fca55042f7c9a8a *man/boot.abundance.fun.Rd
a1768d93fcafa6c46b367c1f83108f4a *man/boot.incidence.fun.Rd
330a2466b8aef1d8ae997c0d82633bd7 *man/f.to.X.Rd
2 changes: 2 additions & 0 deletions NAMESPACE
@@ -0,0 +1,2 @@
exportPattern("^[[:alpha:]]+")
importFrom("stats", "dbinom", "optimize", "quantile", "rbinom", "sd")

0 comments on commit 4d66090

Please sign in to comment.