search for: tjl

Displaying 2 results from an estimated 2 matches for "tjl".

Did you mean: tel
2014 Mar 26
1
redirect rsync's log to a log file together with other program
Hi, I'm writing a program to use rsync to do something, and I want to keep the output of both in the same log file. My program is writing log to /var/log/my.log via syslog() LOG_LOCAL0. I tried to use rsync's '--log-file=/var/log/my.log' option; it seems to work to some extent, but have some problems: 1. If I issue the rsync command directly on command line, rsync's log will
2019 Feb 21
5
Return/print standard error in t.test()
Dear Thomas, it is, unfortunately, not that simple. t.test() returns an object of class "htest" and not all such objects have standard errors. I'm not entirely sure what the point is since it's easy to compute the standard error of the difference from the information in the object (adapting an example from ?t.test): > (res <- t.test(1:10, y = c(7:20))) Welch Two Sample