Displaying 5 results from an estimated 5 matches for "westinghouse".
2012 Nov 13
1
About systemfit package
...0.0372914 0.1307830
-162.3641052 0.1204930
General.Motors_capital US.Steel_(Intercept)
US.Steel_value US.Steel_capital
0.3827462
85.4232548 0.1014782 0.3999914
Westinghouse_(Intercept) Westinghouse_value
Westinghouse_capital
1.0888770
0.0570091 0.0415065
but when I wrote the following lines:
summary(greeneSur)
I obtained the following results:
systemfit results
method: SUR
N DF SSR detRCov OLS-R2 McEl...
2006 Mar 12
2
Video driver for IBM Netvista w/Intel 845 chipset
Hello,
I am having problems with video in X. I get an over frequency issue using
the stock CentOS 4.2 driver. I have searched IBM and Intel for the driver
but no luck. Occassionally I see something about need to load a kernel
module for agpgart. How do I do this? Anyone have a similar setup or know
where I can find the driver?
TIA
1998 Jan 28
2
NT - Not allowed from this workstation
I am the sysadmin in an office with an overabundance of Win95 machines and
a few NT 4.0 workstations. All installs went relatively easy for logon
scripts, wins, etc. I have run into a semi-serious problem with 2 of the
3 NT workstations. (All running the same service pack - 1).
When trying to make a share from one of the 2 remaining workstations, I
will recevie an error message saying that:
2005 Apr 21
1
%M client DNS name resolution
...architecture
(IP addresses have been changed to protect the innocent.)
I'm running Solaris 9, and I have no trouble resolving IP addresses to
hostnames, or hostnames to IP addresses, using getent(1M) from the command
line.
Phillip Griffith (803) 952-8776
Information Technology Department
Westinghouse Savannah River Company
2006 Mar 10
3
Searching database using foriegn keys
I''ve read a lot about the ORM magic of Active Record which allows you to
address a foriegn key object directly...
e.g.
I have a books and people table where books has a column called
person_id
If I get myself a Book object called mybook I get to the person object
associated with this book by saying
book.person
which is awesome and I love it.
My question, how can I say "Go