These functions are no longer available in secr.
# Defunct in 4.6.2 (2023-09-30)model.average()
# Defunct in 4.5.10 (2023-03-10)
ip.secr()
pfn()
# Defunct in 4.4.2 (2021-05-04)
make.newdata()
# Defunct in 4.4.0 (2021-05-01)
secr.make.newdata()
# Defunct in 4.0.0 (2019-10-27)
read.SPACECAP()
write.SPACECAP()
Some of these have stubs which report that they are defunct, but most have been removed completely (apart from being documented here).
model.average
is replaced by a method for `secr' and `secrlist' objects of the generic modelAverage
. The internal code is essentially the same for model.average
and modelAverage.secrlist
. The generic avoids a name conflict with RMark and is also used in openCR.
ip.secr
and pfn
have been superceded by ipsecr.fit
and
proxy.ms
in package ipsecr.
Internal functions secr.make.newdata
and make.newdata
were
replaced with makeNewData
generic from 4.4.2.
SPACECAP was removed from the CRAN archive on 2019-08-31.
secr-deprecated