Displaying 10 results from an estimated 10 matches similar to: "Coding question for behavioral data analysis"
2006 Nov 07
1
Help on processing an in-house apps timer file
Hi,
Our in-house AS400 based application produce a timer file as follows:
TranName,Date Time, TimeA,A+B, TimeB
MAC00029,20061027 112500.030,703,703,0
MAC00029,20061027 112500.342,703,719,16
MAC00056,20061027 112500.920,484,500,16
MAC00029,20061027 112501.186,812,812,0
MAC00029,20061027 112502.092,672,672,0
MAC00029,20061027 112502.264,687,687,0
MAC00056,20061027 112503.264,453,453,0
2012 Mar 19
2
by output into data frame
I could do this in various hacky ways, but what's the right way?
I have a nice application of the by function, which does what I want. The output looks like this:
> auc_stress
lab.samples.stress$subid: 2
cortisol amylase
1 919.05 6834.8
---------------------------------------------------------------------------------------------------------------------------
2013 Jan 22
6
plot two time series with different length and different starting point in one figure.
Hello,
I do have two different time series A and B, they are different in length and starting point. A starts in Jan, 2012 and ends in Dec, 2012 and B starts in March, 2012 and ends in Nov, 2012.
How can I plot those two series A and B in the same plot? I.E., from Jan. 2012 - Feb, 2012, it would have one data point from A and from Mar, 2012-Nov, 2012, it would have two data points from A and B,
2014 Aug 15
3
[Bug 2262] New: Clarification for the usage of Match directives with negations
https://bugzilla.mindrot.org/show_bug.cgi?id=2262
Bug ID: 2262
Summary: Clarification for the usage of Match directives with
negations
Product: Portable OpenSSH
Version: 6.6p1
Hardware: Other
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component:
2014 Dec 28
0
[Bug 1680] Match User/Group with no affirmative match does not work as expected
https://bugzilla.mindrot.org/show_bug.cgi?id=1680
Sven <sven at timegate.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugzilla.mindrot.or
| |g/show_bug.cgi?id=2262
--
You are receiving
2014 Dec 28
0
[Bug 1918] match_pattern_list fails for negated failure
https://bugzilla.mindrot.org/show_bug.cgi?id=1918
Sven <sven at timegate.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugzilla.mindrot.or
| |g/show_bug.cgi?id=2262
--
You are receiving
2010 Jul 21
1
Behavioral differences between versions.
Greetings,
We are upgrading systems in our lab from rhel4 to rhel5. We've
noticed a number of differences in behavior while using the same
arguments on the same data set. We get different sent and received
counts. We also had one case with some data corruption that was only
fixed after telling rsync to checksum everything.
I was hoping someone in the list can point me to some better
2010 Oct 07
2
sudo 1.6.9 versus sudo 1.7.2 behavioral differences with umask settings
Two servers, each have normal user umask values of 0077 and root umask
values on 0022.
On the first server (CentOS 5.4 i386) running sudo 1.6.9pl7-5 (from
base), here are the results of touching a file as a user, as root and as
a user sudoing to root:
user: touch file - result is 600
root: touch file - result is 644
user: sudo touch file - result is 644
On the second server (CentOS x86-64)
2012 Sep 06
3
Help! Weird behavioral difference between R interactive and command-line?
Help! Weird behavioral difference between R interactive and command-line?
Hi all,
This weird problem has been bugging me for a while.
If I run the R program in an interactive session, it worked;
But if I run the R program on command-line, it stopped with no reason: with
"Execution halted" message and without any specific error messages.
What could be the problem?
Thanks a lot!
2014 Jul 29
1
Match directive and negations
Hi,
I tried to setup some special cases with the help of the "Match"
directive in sshd_config and stumbled over how negations in the
pattern matching work.
What I tried first was
Match User !root, Group !mygroup
which to my momentary surprise did not work.
After carefully re-reading the manpage, and some try and error
I've understood that the logic is based on set theory and I