search for: weyland

Displaying 3 results from an estimated 3 matches for "weyland".

Did you mean: wayland
2005 Dec 08
0
problem with unix extensions on Adaptec SNAP Server (Redhat 8)
..., I would like to have my current file server (which runs samba 3.0.10 in kernel 2.6.10-gentoo-r6) mount a share on the snap server and reshare it to the clients with: mount -t cifs //gaea/data /mnt/smbfs -o user-admin,password='mypassword',ip=10.1.1.4,domain=WHSD,setuids,rw,netbiosname=weyland,noperm,soft where gaea is the name of the snap server and weyland is the name of the client I am testing this with. If I run this command against my current samba server everything works as expected (i.e. I can login to 'weyland' with a user that doesn't exist on the server and cre...
2011 Oct 17
2
Beginner's question about plotting variables in a time series object with the date on the x axis
Dear R helpers,   I am a beginner at R so please be gentle :) I have already read manuals and FAQs, with no help. I have a monthly time series data on public debt with 40 variables, it starts on January 1994 and ends on June 2011. I am loading the data into R using read.csv and the data looks ok when I do edit(dados): > dados<-read.csv("dadosR3.csv", header=T) then I tried making
2012 Jul 19
0
Quantile regression questions
Hi, everyone. I have some questions about quantile regression in R. I am running an additive quantile regression first for a complete matrix and then with some selected rows. I am doing the following: datos <-read.table("Regresion multiple.txt",header=T) Fit<-rqss(datos$campings ~datos$Cobarbogrupo+datos$CobSDgrupo+datos$Areadecultivosgrupo, tau=0.9) summary.rq(Fit) #The