Learn R Programming

plsRglm (version 0.3.3)

coefs.plsRglm: Coefficients for bootstrap computations

Description

~~ A (1-5 lines) description of what the function does. ~~

Usage

coefs.plsRglm(dataset, ind, nt, modele)

Arguments

dataset
~~Explain dataset here~~
ind
~~Explain ind here~~
nt
~~Explain nt here~~
modele
~~Explain modele here~~

Value

  • ~Describe the value returned If it is a LIST, use
  • comp1Description of 'comp1'
  • comp2Description of 'comp2'
  • ...

Details

~~ More details than the description above ~~

References

~put references to the literature/web site here ~

See Also

~~objects to See Also as help, ~~~

Examples

Run this code
data(Cornell)
XCornell<-Cornell[,1:7]
yCornell<-Cornell[,8]

Run the code above in your browser using DataLab