diff options
Diffstat (limited to 'R/mkinerrmin.R')
-rw-r--r-- | R/mkinerrmin.R | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/R/mkinerrmin.R b/R/mkinerrmin.R index 8b1e9b2e..eb9d49c1 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
|