Displaying 2 results from an estimated 2 matches for "elev2".
Did you mean:
elev
2017 Dec 13
3
inefficient for loop, is there a better way?
...ings.
The example below is setting up a data.frame for an ensuing regression
analysis. The purpose of the script below is to appends columns to 'examp'
that contain values corresponding to the total number of days in the
previous 7 ('per') above some stage ('elev1' or 'elev2'). Is there a
faster method that leverages existing R functionality? I feel like the
hack below is pretty clunky and can be sped up on the true dataset. I
would like to run a more efficient script many times adjusting the value of
'per'.
ts <- 1:1000
examp <- data.frame(ts=ts,...
2004 Dec 12
1
Followed John's book, frustrating smbldap-problem
...ra's excellent "Samba 3 by
example". This book is also availible from samba.org, and chapter I'm
referencing is this:
http://us1.samba.org/samba/docs/man/Samba-Guide/happy.html
I followed the book character by character, and it seemed to work.
I added two test-users, elev1 and elev2 by doing 'smbldap-useradd -m -a
elev1; smbldap-passwd elev1; smbpasswd -a elev1'. Everything worked
fine. I put elev1 in the 'Domain Admins' group to allow him to add
computers to the domain. Worked fine. I tried adding more users, but now
something is very wrong. I may have tam...