dwww Home | Show directory contents | Find package

# printing

    Code
      print(sp_sign)
    Output
      Recipe
      
      Inputs:
      
            role #variables
         outcome          1
       predictor          5
      
      Operations:
      
      Centering for carbon, hydrogen
      Scaling for carbon, hydrogen
      Spatial sign on  carbon, hydrogen

---

    Code
      prep(sp_sign)
    Output
      Recipe
      
      Inputs:
      
            role #variables
         outcome          1
       predictor          5
      
      Training data contained 536 data points and no missing data.
      
      Operations:
      
      Centering for carbon, hydrogen [trained]
      Scaling for carbon, hydrogen [trained]
      Spatial sign on  carbon, hydrogen [trained]

# empty printing

    Code
      rec
    Output
      Recipe
      
      Inputs:
      
            role #variables
         outcome          1
       predictor         10
      
      Operations:
      
      Spatial sign on  <none>

---

    Code
      rec
    Output
      Recipe
      
      Inputs:
      
            role #variables
         outcome          1
       predictor         10
      
      Training data contained 32 data points and no missing data.
      
      Operations:
      
      Spatial sign on  <none> [trained]

# centering with case weights

    Code
      rec
    Output
      Recipe
      
      Inputs:
      
               role #variables
       case_weights          1
            outcome          1
          predictor          9
      
      Training data contained 32 data points and no missing data.
      
      Operations:
      
      Spatial sign on  disp, hp, drat, wt, qsec, vs, am, gear, carb [weighted, trained]

---

    Code
      rec
    Output
      Recipe
      
      Inputs:
      
               role #variables
       case_weights          1
            outcome          1
          predictor          9
      
      Training data contained 32 data points and no missing data.
      
      Operations:
      
      Spatial sign on  cyl, disp, hp, drat, qsec, vs, am, gear, carb [ignored weights, trained]

Generated by dwww version 1.15 on Wed Jun 26 03:36:17 CEST 2024.