Displaying 2 results from an estimated 2 matches for "batchdata".
Did you mean:
patchdata
2002 Jun 19
0
Possible bug with very large files
...is used or not, the behaviour is
similar.
There is enough free disk space on both machines
Server side log is not more explanatory.
Please cc's answers to me too, i'am not (yet?) in the list!
Regards,
Alex
fep2:~ # rsync -av --delete nobody@fep1::appli /appli
receiving file list ... done
batchdata/
capturis.online/batch/
batchdata/alltrans.dat
capturis.online/batch/import_pickup_trans.log
rsync: error writing 4092 unbuffered bytes - exiting: Broken pipe
rsync error: error in rsync protocol data stream (code 12) at io.c(463)
fep2:~ # rsync error: received SIGUSR1 or SIGINT (code 20) at main.c...
2012 Apr 18
1
Add covariate in nlme?
Hi R-experts,
I have a problem using nlme. I use the following code to group my data:
Parameterg <- groupedData( result ~ time | Batch,
data = Batchdata,
labels = list( x = "Time", y = "analysis")
)
and then uses the nlme function to fit a nonlinear mixed model that includes
Process as a fixed covariate:
nlme.model001epr <- nlme(result ~ A0 * exp(- ( exp(A1) * exp(-Ea /
(0.0083144*TEMP.K)) * exp(eps)) * time),
d...