Displaying 20 results from an estimated 59 matches for "sugget".
Did you mean:
suggest
2009 Jun 12
2
Creating this vector, any suggetions?
...our 1's and six 0's. The position of the
1's will be specificed by the first vector. So essentially, I want a second
vector in the form:
c(1, 0, 0, 0, 0, 1, 0, 1, 1, 0)
Any help is greatly appreciated!
--
View this message in context: http://www.nabble.com/Creating-this-vector%2C-any-suggetions--tp24000348p24000348.html
Sent from the R help mailing list archive at Nabble.com.
2009 Jun 12
0
R: Creating this vector, any suggetions?
...6, 8, 9)
> 1*(1:10 %in% a)
[1] 1 0 0 0 0 1 0 1 1 0
Stefano
-----Messaggio originale-----
Da: r-help-bounces at r-project.org
[mailto:r-help-bounces at r-project.org]Per conto di njhuang86
Inviato: Friday, June 12, 2009 4:45 PM
A: r-help at r-project.org
Oggetto: [R] Creating this vector, any suggetions?
Suppose I have the first vector: c(1, 6, 8, 9)
I will like to create a second vector of size 10 composed of 0 and 1's. The
second vector will be composed of four 1's and six 0's. The position of the
1's will be specificed by the first vector. So essentially, I want a second...
2004 Dec 14
5
Digium Hardware in Canada
I am looking for a supplier of Digium hardware in Canada. Any suggetions?
Thanks,
Adi
2008 Apr 12
4
HOW TO AVOID LOOPS
> Looking for a simple, effective a minimum execution time solution.
>
> For a vector as:
>
> c(0,0,1,0,1,1,1,0,0,1,1,0,1,0,1,1,1,1,1,1)
>
To transform it to the following vector without using any loops:
> (0,0,1,0,1,2,3,0,0,1,2,0,1,0,1,2,3,4,5,6)
>
Appreciate any suggetions.
[[alternative HTML version deleted]]
2007 Feb 14
1
Moving data from ext3 to ocfs2 (san to san)
Skipped content of type multipart/signed-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-keys
Size: 1759 bytes
Desc: Clave PGP =?us-ascii?b?cMO6YmxpY2E=?=
Url : http://oss.oracle.com/pipermail/ocfs2-users/attachments/20070214/fc85b2b9/attachment-0001.bin
2011 Sep 15
3
puppet and kerberos keytabs
...keytab as local
root on clients then could get other client''s keytabs. (solved in solution)
2. Reinstallation. How do I tell the server to push the key once more to
the same client? (not solved in solution)
A suggestion here is to use a custom fact => has og has not keytab.
Any other suggetions?
Regards
Bjørge
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more o...
2009 Apr 23
8
how to avoid (Net::SMTPFatalError) "555 5.5.2 Syntax error
Hi all,
I have written code to send mails through action_mailer, where in I
called
MassNotifier.deliver_forward_review_link(current_user.profile.display_name,email,params[:notification][:message],params[:title],params[:designation],params[:company],params[:id],@invitation.invitation_code)
this method , and in mass_notifier.rb
I fave written
def
2001 May 10
1
TclTk problems
...ckage) :
Tcl/Tk support is not available on this system
Error in eval.with.vis(expr, envir, enclos) :
tcltk support is absent
> "
I've installed all the TK/Tcl stuff from Yast2 (the suse installer)
butno way to run these demo. Is it a wrong path the problem ? Could you
suggets how to configure or solving htis ?
Thanks for help
Giulio
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "...
2005 Oct 03
1
no audio on fxo line
...r and that looks as though appropriate sounds are being
sent. When I pick up the handset all I can hear is a slight crackling
noise. The fxo line rings but I don't hear audio through any phones
connected to it..
I'm not really sure what I can try to resolve this - has anybody got
some suggetion?
2005 Dec 31
1
OpenLDAP and Samba - password expiration.
...t;user doesn't exist". If I go to a machine that's
already connected to the network and log in as root it lets me in and I can
see root's home directory and access the shares.
I have the ldif file backed up so I can restore myself back to the initial
state whenever I like. Any suggetions would be gratefully received regarding
how I can get around this one.
Thanks in advance,
Jools
2008 Dec 20
1
Samba 3.0.24-6etch10 - symlinks on Linux clients
....0.24-6etch10 on Debian Etch.
I have really simple samba configuration, on per user principle, (no
domain, no wins ..). Some parts of disk conjucted using symlinks, which
are working well, if I using windows clients. Linux clients see these as
broken symlinks. I'm does not found any information/suggetion how to
change this behavior. I suspect (only) that is it about additional unix
permissions. Any ideas?
2012 Oct 08
1
migrating from Centos 5.8 -> 6.3 LDAP Client Config
...entos 6.3 samba server and I'd like to know how
do 'ldapify' that new server the best way.
I'm a bit confused if I can use the same nss setup like on the current
old server or how and what to configure to go with SSSD?
May be someone can point me to a good how to or has some hints/suggetions?
Thanks and best regards . G?tz
--
G?tz Reinicke
IT-Koordinator
www.filmakademie.de
2010 Oct 21
2
[LLVMdev] Structure memory layout
...See, i is not for int (the C data type) but for every integer type on
> any language/platform combination. Normally, booleans are i1 and char
> i8, in ARM short is 16 and int is 32, and all of them use the 'i'
> notation.
I think you misunderstood our type notation.
By using your suggetion, "s4" means "i4 align short" in our notation.
In "i4 align 2" for "short a:4", I think that "align 2" is already target dependent
because short can be 2 or 4 bytes according to each target.
so I wonder how do you think about "i4 align short&...
2002 Sep 24
2
Can't access samba from Windows
Dear all,
using LinNeighborhood I can view and access all share
folders of windows PC. From Network Neighborhood windows
Ican see Samba but can't access. Error message is "Network
Path was not found". I try using net view \\samba get same
error message.
2014 Jan 19
3
Advice/directions to users of Syslinux
...onto a USB device that is itself plugged into one
of the front USB ports on a traditional "desktop" type system that
they should try instead connecting the device to one of the rear
USB ports. (I personally don't know if this is even actually an
issue, but some have suggeted here that it may sometimes be.)
In the usage instructions for your Syslinux-assisted bootable
product (i.e. the instructions that YOU give to end-users) advise
the end-users that if they have trouble booting your product when
it is installed onto a USB device that is itself plugg...
2012 Nov 07
9
Executing SAS Codes in R
Is there a way of executing SAS codes in R environment?
Peter Maclean
Department of Economics
UDSM
[[alternative HTML version deleted]]
2008 Apr 01
1
set the lower bound of normal distribution to 0 ?
...und have to be on the log-scale as well
or which scale?
set.seed(7)
> for(i in 1:len){
> s1[[i]]<-cbind.data.frame(x=urlnorm(n*i,meanlog=mean_logx,sdlog=sd_logx, lb=0, ub=max(x)),
> y=urlnorm(n*i,meanlog=mean_logy,sdlog=sd_logy, lb=0, ub=max(y)))
> }
Thanks again for any suggetions.
Prof Brian Ripley <ripley@stats.ox.ac.uk> skrev:
On Thu, 27 Mar 2008, Tom Cohen wrote:
>
> Dear list,
> I have a dataset containing values obtained from two different
> instruments (x and y). I want to generate 5 samples from normal
> distribution for each instrumen...
2008 Feb 04
5
possible issue with puppet/yum - maybe a repeat
Hi
working with the following
puppet-0.24.1-1
puppet-server-0.24.1-1
ruby-1.8.1-7.EL3.8
rhel3 u8
The puppetmaster is running on rhel4 u5
I am working with puppet and rhel3 u8 and I have any an issue anytime I ask
puppet to interact with yum
for the record - yum from the cli works perfectly
I setup a class to manage ntpd and in the class I have the following
function
# make sure ntpd is
2010 Oct 21
0
[LLVMdev] Structure memory layout
On 21 October 2010 08:26, Jin Gu Kang <jaykang10 at imrc.kist.re.kr> wrote:
> I think you misunderstood our type notation.
> By using your suggetion, "s4" means "i4 align short" in our notation.
> In "i4 align 2" for "short a:4", I think that "align 2" is already target dependent
> because short can be 2 or 4 bytes according to each target.
I see, but that still doesn't change the...
2009 Aug 05
0
endianess
...ass pcm data as a parameter
to SpeexEncoder.processData they use it as little endian and convert it to a
float[] and only then the data is encoded to a byte[] of speex samples.
I'm only getting noise on the flash client side, and i though it could be an
endianess problem, doesn anyone have any suggetion?
I'm recording the pcm16bit data to a raw file and when i play it, i have
lots of noise.
I also record the speex data to a raw file but i can't find a way to play
it, any hint?
Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.o...