Displaying 7 results from an estimated 7 matches for "rasons".
Did you mean:
reasons
2008 Mar 15
3
empty array
Hi the list
Is it possible to create an empty matrix ? I do not mean an matrix with
a single value that is NA (which is not empty) but a real empty one,
with length=0.
I do not understand why we have length(numeric()), length(factor()) and
length(character()) to zero, and length(array()) to one... Any rason for
that ?
Thanks
Christophe
2002 Dec 16
1
Samba & Win XP
Dears Samba users
I have a network configurated with a some samba servers e all the clients
are Windows (95, 98, Me and NT). For some rasons my access to samba servers
is with plaintextpassord and not for encryptedpassword.
I need in a moment connect som machines with Windows XP. I read the
documentation e follow the steps to configurations, but is not work. I can?t
configure encryptedpassword ata a moment.
Someone nows how I can c...
2011 Feb 07
0
under what conditions would rtmvnorm (from package tmvtnorm) produce all NaNs
.... And then what I get
is all NaNs.
To add:
-I have 67 (!) variables and for a few of them some of my lower and
upper bounds are quite close to each other.
-In my vector of means some of the values are below respective lower
bounds and some are above respective upper bounds.
Are the facts above the rasons that my run below returns all NaNs?
library(tmvtnorm)
myVector = colMeans(rtmvnorm(n=10000, mean = as.vector(btilde),
sigma=MyVarCovar, lower=lower, upper=upper, algorithm="gibbs",
burn.in.samples=5000))
If one really needs to see the data to answer my question, I'll be
happy to pro...
2002 Oct 27
1
Repository of vorbiscomment text files?
First, the in the links section of www.vorbis.com is a link to
http://www.vorbislinks.com/ which no longer a vorbis dedicated site
(it's one of those general dns parking/general index). I don't know
who's the webmaster, it is implied that's Simon Yorkston, but I'm not
sure.
Anyway, the real rason of this mail is that I'm ripping my CDs
collection, and I'm taking a
2001 Nov 05
4
trusth realtions between samba PDC and NT PDC
i have a samba PDC and a NT PDC working in mi local net..
in the samba PDC there are around 800 users.. in the NT PDC there are aroun
400 users..
i want my user to can use the shares of the NT and the shares of the clients
of the NT..
in Microsoft terms this is called Trusth relationship..
how can i do this with samba?
thx!
2012 Aug 20
3
select most frequent value in set of variables
Hi,
I would like to select the most frequent value level in a set of three variables.
Three different observators have judged hair color in study subjects. Mostly they judge the same color, sometimes there is a slight difference. I want to know what most of the observators have chosen (so at least 2) from the 3 observations. E.g. If two out of three observators decide the hair is black, then
2005 Aug 15
3
[-mm PATCH 2/32] fs: fix-up schedule_timeout() usage
Description: Use schedule_timeout_{,un}interruptible() instead of
set_current_state()/schedule_timeout() to reduce kernel size. Also use
helper functions to convert between human time units and jiffies rather
than constant HZ division to avoid rounding errors.
Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
---
fs/cifs/cifsfs.c | 7 ++-----
fs/cifs/connect.c