Export results from 'PCR'

Guys,

How can I extract/access value from a PCR function? Like this:

ind_capa<-pcr(x=df_filt$YS,lsl = input$iLIMMIN, usl = input$iLIMMAX

Actually, I'm doing:

ppk=ind_capa$cpk

And it's working... but now i need to acces Cp, Cpk, Cpku...

How can I do it?

As usual, please ask your questions with a reprex including sample data and the libraries you are using, you are not making clear from what package comes the pcr() function.

1 Like

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.