files.Gspline | R Documentation |
These functions are not to be called by ordinary users.
These are just sub-parts of some *.writeHeaders
functions to make them more
readable for the programmer.
clean.Gspline(dir, label, care.of.y=TRUE)
write.headers.Gspline(dir, dim, nP, label, gparmi,
store.a, store.y, store.r, care.of.y=TRUE)
dir |
a~string giving the path to the directory where to search or store G-spline files |
label |
a~string with extension of the G-spline files |
dim |
dimension of the G-spline |
nP |
number of (bivariate) observations |
gparmi |
a~vector with integer arguments required by the
constructor of C++ class |
store.a |
logical, store transformed weights? |
store.y |
logical, store augmented observations? |
store.r |
logical, store allocations? |
care.of.y |
logical, do we wish to take care of the |
No return value.
Arnošt Komárek arnost.komarek@mff.cuni.cz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.