Displaying 9 results from an estimated 9 matches for "hri".
Did you mean:
hi
1999 Aug 03
2
R is not for Relational
...was musing on data.frames when I decided what I needed was a SQL
like 'select' statement.
Before I get involved in writing something like that, has anyone else
written anything that allows a relational like algebra on data.frames?
Thanks,
John Carter EMail: ece at dwaf-hri.pwv.gov.za
Telephone : 27-12-808-0374x194 Fax:- 27-12-808-0338
<http://www.geocities.com/SoHo/Cafe/5947> or <http://iwqs.pwv.gov.za>
When I grow up, I'm going to be a range of mountains!
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing...
2016 Oct 12
0
Replacement pdc samba3 to samba4 nt classic
Am Mittwoch, 12. Oktober 2016 schrieben Sie:
> Thanks to your help, earned.
>
> 1. I reinstalled ldap
>
> 2. remove all entries except sambaDomainName
According to your logs, you have had three entries
> 2. smbldap-populate
>
> 3. /usr/local/sbin/smbldap-passwd -s root
>
> 4. net rpc join -S 127.0....
2016 Oct 12
2
Replacement pdc samba3 to samba4 nt classic
On 11.10.2016 17:22, Harry Jede via samba wrote:
> Am Dienstag, 11. Oktober 2016 schrieben Sie:
>> On 11.10.2016 13:52, Harry Jede via samba wrote:
>>> On 10:43:49 wrote Gavrilov Aleksey via samba:
>>> Until now, you have destroyed your domain.
>>> Is the ldap directory on localhost in production or is this pc in a
>>> test lab?
>> a co...
1998 Dec 25
0
SAMBA digest 1920
Headway Research is closed for the Christmas and New Year holidays. Normal
work will be resumed Monday January 4, 1999. Your email will receive the
appropriate attention upon our return. We wish you a safe and happy
holiday season!!
***************************************************************************
Headway Research, Inc....
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...t;sseago at redhat.com>
+ Hugh Brock <hbrock at redhat.com>
+ Steve Linabery <slinbery at redhat.com>
+ Jay Guiditta <jguiditta at redhat.com>
+ Mohammed Morsi <mmorsi at redhat.com>
+ Ian Main <imain at redhat.com>
+ Chris Lalancette <clalance at redhat.com>
+ Darryl Pierce <dpierce at redhat.com>
+ Arjun Roy <arjunroy at redhat.com>
+ David Lutterkort <dlutter at redhat.com>
+
+ [....send patches to get your name here....]
diff --git a/README b/README
new file m...
1999 Apr 26
1
date
I have read in the date, using chron, and plotted a time-series of
concentration vs date. How do display the date on the x-axis?
"This universe never did make sense; I suspect it was built on a government contract."
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
1999 Apr 28
0
chron and julian
Another beginner's question. Still trying trying to read and and plot a simple
tds-value vs time.
input file: onedat
date time tds
1997-12-29 13:35:00 411
> onedat<-read.table("onedat",header=T)
attach(onedat)
> x<-chron(dates=as.vector(date),times=as.vector(time),
format=c("y-md","h:m:s"))
> x
[1] (97-12-29 13:35:00)
See my problem? Chron
1999 May 03
1
bug
-------------------------------------------------
SAMPLE SCRIPT:
x<-rnorm(50)
y<-12*x+30*rnorm(10)
ff<-lm(y~x)
sink("output.txt")
print(ff) # this work give basic coefficients
summary(ff) # should give Rsquare etc
sink()
-------------------------------------------------
Having fitted a curve on a data set, I am trying
to write all the statistics about the fit to a
file.
In
1999 Apr 30
2
Graphs
I am trying to use the Windows version of R to do the following:
- Have a Delphi front-end which gets the user input
- Delphi will produce a R script, do a system call to R to
calculate the statistics.
Is there a better way? Maybe a library one can use in Delphi or
Visual C?
- How do one see a graph? A graph is plotted in a window which
IMMEDIATELY closes afterwords so that one can't