The variable names of this example were copied from the previous example, where logical vectors were summarized with any() and all(). However in the present example the summary is with sum() and mean(), which was not reflected (updated) in the variable names.
The variable names of this example were copied from the previous example, where logical vectors were summarized with
any()
andall()
. However in the present example the summary is withsum()
andmean()
, which was not reflected (updated) in the variable names.