search for: atrium

Displaying 8 results from an estimated 8 matches for "atrium".

2003 May 05
3
polr in MASS
...st the proportional-odds model using the "polr" function in the MASS library with the dataset of "housing" contained in the MASS book ("Sat" (factor: low, medium, high) is the dependent variable, "Infl" (low, medium, high), "Type" (tower, apartment, atrium, terrace) and "Cont" (low, high) are the predictor variables (factors). And I have some questions, hope someone could help me out. The following commands are from the MASS book as well. > house.plr<-polr(Sat~Infl+Type+Cont,data=housing,weights=Freq) > summary(house.plr)Re-fitting...
2010 Feb 02
2
(no subject)
...them work on the new server. The relevant parts of the smb.conf files for the servers are -- The 3.0.22 server. This one is the production server and the dos stations work. # Samba config file created using SWAT # from 10.23.0.118 (10.23.0.118) # Date: 2010/01/29 09:46:06 [global] workgroup = ATRIUM-DW server string = Samba passwd program = /usr/bin/passwd %u unix password sync = Yes change notify timeout = 30 deadtime = 30 printcap name = CUPS disable spoolss = Yes show add printer wizard = No ldap ssl = no case sensitive = No [bestbilt] comment = Mapped as U: path = /atrium/best...
2013 Apr 03
0
install packages and time-out
...p things up to date! Ø I have tried Imperial College's server, which also fails, so it's not a mirror issue. Ø I have run the same code at home to the same Bristol mirror and get no issues. A bit stuck, therefore! ********************************************************************** Atrium Underwriters Ltd is authorised and regulated by the Financial Services Authority. Atrium Insurance Agency Ltd is authorised and regulated by the Financial Services Authority. Atrium Insurance Agency (Asia) Pte. Ltd. is authorised and regulated by the Monetary Authority of Singapore. The informatio...
2011 Mar 07
2
file share slowdown
...n production is going, 20 second delays for file access are common. This was not true six weeks ago before the server crash. I have studied on the smb.conf file at great length, trying several variations without sucess. Any advice or hints of what to study now would be most welcome, Jim Hurlburt Atrium Windows and Doors Northwest. Yakima, WA USA The global portion plus the mains share of the smb.conf file in verbose mode. ******************************************************* # Samba config file created using SWAT # from UNKNOWN (10.23.0.118) # Date: 2011/03/07 15:23:58 [global] dos charset...
2009 Oct 31
2
Logistic and Linear Regression Libraries
Hi all, I'm trying to discover the options available to me for logistic and linear regression. I'm doing some tests on a dataset and want to see how different flavours of the algorithms cope. So far for logistic regression I've tried glm(MASS) and lrm (Design) and found there is a big difference. Is there a list anywhere detailing the options available which details the specific
2008 Mar 31
0
First file download from samba dead slow (fwd)
...ime = 15 # max xmit = 65535 # getwd cache = yes # socket options = SO_KEEPALIVE TCP_NODELAY aio read size = 16384 socket options = TCP_NODELAY SO_SNDBUF=8129 SO_RCVBUF=8192 # socket options = TCP_NODELAY SO_SNDBUF=4096 SO_RCVBUF=4096 netbios name = atrium debug level = 0 workgroup = nova server string = Intranet load printers = no log file = /var/log/samba/log.%m max log size = 100 security = domain password server = domus encrypt passwords = true local master...
2008 Feb 12
4
xVM and VirtualBox
Hi unfortunately VirtualBox does not work yet in a Solaris Dom0: I installed VirtualBox beta and it runs fine on bare metal. Unfortunately the necessary driver does not load automatically in a xVM Dom0. It can be loaded manually but it looks like it does not work in a Dom0: bash-3.2# modinfo | grep vbox # this is a one time task: bash-3.2# cp /platform/i86pc/kernel/drv/amd64/vboxdrv
2007 Dec 03
31
How to enable 64bit solaris guest on top of solaris dom0
I can enabling 32bit solaris guest on top of solaris dom0, but I don''t know how to enable 64bit solaris guest on top of solaris dom0. what configuration I need to modify?