aboutsummaryrefslogtreecommitdiff
path: root/R/mkinerrmin.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/mkinerrmin.R')
-rw-r--r--R/mkinerrmin.R3
1 files changed, 2 insertions, 1 deletions
diff --git a/R/mkinerrmin.R b/R/mkinerrmin.R
index 8b1e9b2..eb9d49c 100644
--- a/R/mkinerrmin.R
+++ b/R/mkinerrmin.R
@@ -17,7 +17,8 @@
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>
-utils::globalVariables(c("name"))
+if(getRversion() >= '2.15.1') utils::globalVariables(c("name"))
+
mkinerrmin <- function(fit, alpha = 0.05)
{
parms.optim <- fit$par

Contact - Imprint