similar to: Random number

Displaying 20 results from an estimated 1000 matches similar to: "Random number"

2004 Oct 07
3
Read.Table Reading a Text file
Dear R users and Helpers I am beginner with using R and interested in carrying out certain task for my statistical research. I am reading data for a text file, which could contain data in following pattern x y 8 10 11 14 16 16 18 15 6 20 4 4 20 18 As per the example I have two columns and 7 rows of data in each. However is real life data situation I may not know how many columns are present
2004 Oct 07
4
Re:How to create a R -application
Dear R- users and Helpers I am a beginner for R. I am using R to implement EM algorithm for treating Missing values. I would like to know how can save or compile my logical R commands to an application; so that the next time I could just execute the R- file. Example for calculating the mean of a data set x <- c(8,11,16,18,6,4,20,25,9,13) u <- mean(x) u Now I would like to save
2004 Oct 13
1
Maximum Likelihood :- Log likehoood function
Dear R - users/Helpers I am dealing with bivariate Normal data with missing values. Further I am trying to implement Expectation-Maximization (EM) algorithm to resolve the missing data problem. Now one of the requirements is use the Log likehood function i.e -2Log so as to find a reliable convergence.... My question is there any R built function for the same or do i have to use the
2004 Oct 25
1
Ref: Variable scope or function behaviour or array reassign
Dear R- helpers Following a draft structure of the R script for which I am facing problem Step 1 x <- of type array with original values y <- of type array with original values Step 2 for (ctr in 1:10) { # my problem here the both x and y still show the original values from step 1 # in spite of making changes to the old values of the arrays x and y in the function function
2004 Oct 28
2
array problem and for looping
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20041028/dbf887a9/attachment.pl -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: random1.txt Url: https://stat.ethz.ch/pipermail/r-help/attachments/20041028/dbf887a9/random1.txt
2004 Oct 08
1
reading partial file content
hi, I'd like to extract data from very large files (ca 1-2 Mio lines), and I already know which lines of these files I need. Is there a way to do it without filling the memory with the whole file content? The lines I need are randomly distributed within the files. Thanks, Marc -----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at
2019 Feb 25
2
Linking mailboxes
drwx-----x kunal kunal Storage I'm guessing this point is being more restrictive. Can you try changing this into 0755? Also suddenly you are no longer using vmail but random user IDs. This only works with vmail. Aki > On 25 February 2019 19:56 Kunal A. <kunal.oa at gmail.com> wrote: > > > Hi, > Yes. Output ;- > > dr-xr-xr-x root root / > drwxr-xr-x root
2019 Feb 25
2
Linking mailboxes
Dear Aki, Many thanks again. Thanks for explaining this. Very grateful for your assistance. Thanks a bunch ! Kunal On Mon, Feb 25, 2019 at 11:56 AM Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > At minimum directories > > /run/media/computer/Storage/ > > need to have o+x, so you can do > > chmod o+x /run /run/media /run/media/computer /run/media/computer/Storage
2019 Feb 25
2
Linking mailboxes
Dear Aki, I have given permission to the folders Storage/Email to vmail. But the upper hierarchy is not under vmail . Full directory = /run/media/computer/Storage/Email /run/media/computer = not vmail Storage/Email = vmail How do I get this corrected ? It seems like vmail needs access through all through run/media/computer . Please excuse my ignorance as I am not very familiar with
2007 Nov 24
3
Query About Domain Configuration for Xen on Solaris 11 Build snv_77 i86pc
Hi All, I have installed Solaris 11 Build snv_77 on x86 box. I have been facing problem while working with Xen (xm command)... I have installed guest domain/VM/OS(Solaris 11 Build snv_77) on x86 box, using "virt-install" utility. After rebooting the host machine, my guest domain has become inactive. I am not able to perform any task on guest domain, including getting console. It
2019 Feb 25
2
Linking mailboxes
Dear Aki, Many thanks for your feedback. Its what I figured I should do but I was not sure how safe it was. Would it make sense to execute the following to /run/media/computer so that the user/group is vmail? sudo chown -R vmail:vmail to the /run folder ? Also if this practice is safe to perform? Thanks Kunal A On Mon, Feb 25, 2019 at 11:20 AM Aki Tuomi <aki.tuomi at open-xchange.com>
2009 Jun 16
8
Samba 3.0.24 on OpenWRT
Hi, We have managed to compile samba3 (v 3.0.24 that ships with openwrt/ kamizake) for our ubicom32 platform and programmed a board with it, however I am not able to access a samba share on the board. When trying to access the OpenWRT router (using the smbclient command) I get: Error NT_STATUS_CONNECTION_REFUSED The device is reachable from my linux box (otherwise I should have seen a Error
2019 Feb 25
2
Linking mailboxes
> On 25 February 2019 17:56 Kunal A. via dovecot <dovecot at dovecot.org> wrote: > > > Hey Guys! > Many thanks for your feedback. I have kind of gotten it to work but I just struggling to get the permissions of the folder correct. Highly appreciate if someone could help me set the correct permission settings for it . Terribly sorry for my ignorance. > > My error msg
2012 Oct 20
1
Gluster download link redirect to redhat
Dear Team, Please note that many download links of gluster.org redirect to redhat.com. Please refer below links and correct download link. http://gluster.org/community/documentation/index.php/Gluster_3.2:_Downloading_and_Installing_the_Gluster_Virtual_Storage_Appliance_for_KVM Click on link and try to download Gluster virtual storage appliance for kvm but it
2015 Apr 07
2
GSoC - Syncing docs between GitHub and CentOS's git repo
Hi Kunal! Thanks for your reply! I think the official mirroring is a great method because of higher efficiency. Another thing I am trying to solve is how to retrieve and store all the discussion / issue / PR on GitHub? These functions are great for a doc toolchain. However we shouldn?t rely on GitHub as a part of our project. My plan now is to use bugs.cents.org as a place to discuss about docs
2019 Feb 25
2
Linking mailboxes
Hello Kunal, I've done this once, and it was for bakcup mail too :) in this page (https://ychaouche.informatick.net/dovecotsharefolders) I describe how I shared folders between main e-mail account and backup e-mail account with symlinks and dovecot-acl files pretty easily. Yassine. On 2/24/19 6:57 PM, Aki Tuomi via dovecot wrote: > >> On 24 February 2019 18:17 "Kunal A. via
2011 Aug 19
1
dovecot deadlock with procmail
I m using dovecot 1.0.7. I m having problems in mail delivery to my mail server locally. When a user sends a mail few mails are in mail Q for longer period of time. The local delivery agent(*procmail*) is trying to deliver the mail at regular interval but it is unable to deliver. But as soon as I *restart* *dovecot* the mails in the Q are delivered immediately. I suspect it is because of locking
2005 May 10
2
Manoj Shetty is out of the office. [Email checked- EMEA]
Whew... What a relief. I know the list was worried about why we could not get a hold of Manoj Shetty.... W -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Manoj Shetty Sent: Monday, May 09, 2005 12:24 PM To: asterisk-users Subject: [Asterisk-Users] Manoj Shetty is out of the office. [Email checked- EMEA] I
2019 Feb 25
0
Linking mailboxes
Dear Aki, i think I got it. Many thanks. it has to do with the permission settings. On Mon, Feb 25, 2019 at 12:59 PM Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > drwx-----x kunal kunal Storage > > I'm guessing this point is being more restrictive. Can you try changing > this into 0755? > > Also suddenly you are no longer using vmail but random user IDs. This
2016 Jun 16
2
AD authentication on samba server using sssd
Well thanks. Will post it on the sssd list. On Wed, Jun 15, 2016 at 11:36 PM, Rowland penny <rpenny at samba.org> wrote: > On 15/06/16 18:24, shridhar shetty wrote: > >> I am trying to run samba with sssd service and AD authentication. >> I have joined the linux server to the AD domain using realmd and using >> sssd >> to authenticate to the AD. I am able to