tests/testthat/_snaps/print.md

print wording for apd_pca is correct

Code
  print(x1)
Output
  # Predictors:
     1
  # Principal Components:
     1 component was needed
     to capture at least 95% of the
     total variation in the predictors.
Code
  print(x2)
Output
  # Predictors:
     2
  # Principal Components:
     2 components were needed
     to capture at least 95% of the
     total variation in the predictors.

print for apd_hat_values work as expected

Code
  print(x)
Output
  # Predictors:
  11


Try the applicable package in your browser

Any scripts or data that you put into this service are public.

applicable documentation built on May 29, 2024, 6:34 a.m.