| getPalytic | R Documentation | 
getPalytic, a function to create a Palytic object from PersonAlytics output
getPalytic(
  output,
  data,
  rowNum,
  id = NULL,
  dv = NULL,
  target_iv = NULL,
  ids = NULL
)
| output | Character. The path to a csv file produced by the  | 
| data | Data Frame. The same data provided to your  | 
| rowNum | Numeric. The row number you want to create a  | 
| id | Character. The value in the 'id' column of  | 
| dv | Character. The value in the 'dv' column of  | 
| target_iv | Character. The value in the 'target_iv' column of  | 
Stephen Tueller stueller@rti.org
## Not run: 
t1 <- PersonAlytic(output          = 'Test1'     ,
                   data            = OvaryICT    ,
                   ids             = "Mare"      ,
                   dvs             = "follicles" ,
                   phase           = "Phase"     ,
                   time            = "Time"      ,
                   package         = "arma"      ,
                   individual_mods = TRUE        )
 Mare1 <- getPalytic('Test1_PersonAlytic.csv', data=OvaryICT, rowNum=1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.