Skip to content

Commit 32bc41a

Browse files
author
acp29
committed
bug fix
- fixes bug introduced in v5.1.1 when printing output when bootfun is `mean`
1 parent 331633c commit 32bc41a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: statistics-bootstrap
2-
version: 5.1.1
3-
date: 2023-01-07
2+
version: 5.1.2
3+
date: 2023-01-08
44
author: Andrew Penn <andy.c.penn@gmail.com>
55
maintainer: Andrew Penn <andy.c.penn@gmail.com>
66
title: A statistics package with a variety of bootstrap resampling tools

inst/bootknife.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@
255255
end
256256
if ((nargin < 3) || isempty (bootfun))
257257
bootfun = @mean;
258+
bootfun_str = 'mean';
258259
else
259260
if (iscell (bootfun))
260261
if (ischar (bootfun{1}))

0 commit comments

Comments
 (0)