search for: indonesia

Displaying 20 results from an estimated 174 matches for "indonesia".

2012 Jul 24
1
Forum CentOS Indonesia
Dear All, Forum discuss (Indonesia) about CentOS have done, so if you can join this forum you can register on this site http://forum.centos-id.org/ comments and suggestions will be very helpful for the progress this forum :) Thank you very much -- http://mafatahna.web.id
2003 Apr 03
0
Call for papers
...ces in South East Asia. * hold seminars and any other means of communication helpful in exchanging scientific ideas. TENTATIVE PROGRAM April 25, 2003 - Registration - Opening Ceremony - Keynote Speaker Prof. Dr. Maman A. Djauhari (Data Analysis Research Group - Institut Teknologi Bandung, Indonesia) - Invited Papers Prof. Dr. Kamel Ariffin Mohd. Atan J.S.M (Director of Institute for Mathematical Research - Universiti Putera Malaysia, Malaysia) - Contributed Papers - Meeting on the establishment of Muslim Association of Statistical and Mathematical Sciences in South East Asia. April 26, 2...
2007 Jul 11
1
Arif Budiono/INDONESIA is out of the office.
I will be out of the office starting 07/11/2007 and will not return until 07/12/2007. I will respond to your message when I return or if you need some application you can follow these redirection below.
2006 Dec 06
0
Arif Budiono/INDONESIA is out of the office.
I will be out of the office starting 12/07/2006 and will not return until 12/11/2006. I will respond to your message when I return or if you need some application you can follow these redirection below.
2008 Jun 23
3
Getting only label column of a data frame
....3 58.3 58.9 11097 59.5 65.9 117.5 118.0 118.9 122.5 126.3 156.5 157.0 I want to get the label (first) column only: 11145 3545 8951 11097 Is there a quick way to achieve that? I tried this but fail: mylable <- dataf[,1] Please advice. - Gundala Viswanath Jakarta - Indonesia
2008 Jun 24
5
Measuring Goodness of a Matrix
...to measure how good each of this matrix is. So I intend to compare A and B with another "gold standard" matrix X. Meaning the more similar a matrix to X the better it is. What is the common way in R to measure matrix similarity (ie. A vs X, and B vs X) ? - Gundala Viswanath Jakarta - Indonesia
2009 Jan 13
3
Returning Non-Unique Index with Which (alternatives?)
...", "ATT") > qr <- c("AAC", "ATT", "ATT") > which(repo%in%qr) [1] 3 6 Note that the query contain repeating elements, yet the output of which only returns unique. How can I make it returning [1] 3 6 6 instead? - Gundala Viswanath Jakarta - Indonesia
2009 Jan 06
5
Changing Matrix Header
...[,8] [,9] [,10] [1,] 0 0 0 0 0 0 0 0 0 0 [2,] 0 0 0 0 0 0 0 0 0 1 [3,] 0 0 0 0 0 0 0 0 0 2 I tried: > as.matrix(x) But failed. - Gundala Viswanath Jakarta - Indonesia
2009 Oct 14
1
Beginning R help?
...39; and 'str' functions as follows: Bird = read.table(file='C:\\rbook\\BirdFluCases2.txt', header=TRUE) names(Bird) [1] "Year" "Azerbaijan" "Bangladesh" "Cambodia" "China" "Djibouti" "Egypt" [8] "Indonesia" "Iraq" "LaoPDR" "Myanmar" "Nigeria" "Pakistan" "Thailand" [15] "Turkey" "VietNam" str(Bird) 'data.frame': 6 obs. of 16 variables: $ Year : int 2003 2004 2005 2006 2007 2008...
2008 Jul 06
4
Method for checking automatically which distribtions fits a data
Hi, Suppose I have a vector of data. Is there a method in R to help us automatically suggest which distributions fits to that data (e.g. normal, gamma, multinomial etc) ? - Gundala Viswanath Jakarta - Indonesia
2008 Jul 07
4
Plot Mixtures of Synthetically Generated Gamma Distributions
...le=14),rgamma(30,shape=12,scale=10),rgamma(30,shape=5,scale=6)) I want to plot the density curve of X, in a way that it shows a distinct 3 curves that represent each component. How can I do that? I tried this but doesn't work: lines(density(x)) Please advise. - Gundala Viswanath Jakarta - Indonesia
2008 Sep 09
3
Splitting Data Frame into Two Based on Source Array
...quot;bar" "pox" and the other one the complement. In the end we hope to get this two dataframes: > data_child1 V1 V2 bar 13.1 pox 8.21 and > data_child2_complement foo 13.1 qux 10.4 cho 20.33 Is there a compact way to do it in R? - Gundala Viswanath Jakarta - Indonesia
2015 Apr 07
6
OpenVZ with asterisk 13
...3.4 box) ? My boss want to build a production server with it, and it will have +/- 300 sip user (concurrent call maybe < 150 call) Is it good to go, or not ? I really hope someone who have experience with it willing to share with me... Thanks in advance... Best Regards, Ikka - Jakarta, Indonesia -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150407/21d44ac2/attachment.html>
2008 Aug 01
3
Grouping Index of Matrix Based on Certain Condition
...-01 0.10764474 [4,] 9.295003e-01 0.07049966 [5,] 8.880434e-01 0.11195664 [6,] 9.197367e-01 0.08026327 [7,] 9.431232e-01 0.05687676 [8,] 9.460356e-01 0.05396442 [9,] 6.053829e-01 0.39461708 [10,] 9.515173e-01 0.04848268 Is there a simple way to do it in R? - Gundala Viswanath Jakarta - Indonesia
2009 Jan 11
3
Converting Numerical Matrix to List of Strings
...r "a" encode as "0", "c" -> "1", "g" -> "2", "t" -> "3" Length of strings are assumed to be uniform within the vector, and it can be greater than 3 (up to 40 characters). - Gundala Viswanath Jakarta - Indonesia
2008 Jul 10
2
Finding Values that Occur Most Often in a Vector
Hi, Is there a way to do it? For example I have the following vector: > print(myvector) > [1] -295.8045 -295.8045 -295.8045 -295.8045 -325.4754 -295.8045 -295.8045 [8] -295.8045 -413.2099 -295.8045 I want it to return -295.8045, which occur most often. - Gundala Viswanath Jakarta - Indonesia
2008 Sep 05
2
Package for Tidying-up R-code
Dear all, Is there any such package? I am thinking of something equivalent to Perl::Tidy. For example with VI editor one can visual highlight a portion of Perlcode and then issue the command: !perltidy then the code will be automatically arranged. - Gundala Viswanath Jakarta - Indonesia
2009 Jan 14
2
Package
Hello, My name is edwin, I come from Indonesia, Can you help me, I want package which is contain lqs and lmsreg. I need fast... Can you help me to create bootstrap regression ?? Thx Edwin [[alternative HTML version deleted]]
2014 Jan 08
1
Allow me to edit WIKI
Hello, My name is Rizky Ariestiyansyah here is my detail on the wiki usernamer : ph03nix FirstnameLastname : Rizky Ariestiyansyah Please allow me to contribute edit the wiki and l10n also I can help create event in Indonesia. Thank you -- Rizky Ariestiyansyah Founder of Evone Firefox OS Developer Volunteer ID-CERT, Mozilla, IlmuBerbagi, XFCE, Fedora. Blog : http://oonlab.com/ Phone : +62 878 04020496 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/piperma...
2019 Mar 25
2
Uso de merge
...tos anuales de 1995 a 2017. Yo quiero que el merge dataset aparezcan todos los aƱos countrylist <-unique(sub_kei$Country) > countrylist [1] Argentina Brazil Colombia China Czech Republic [6] Greece Hungary India Indonesia Israel [11] Malaysia Mexico Pakistan Peru Philippines [16] Poland Qatar Russian Federation Saudi Arabia Thailand [21] Turkey United Arab Emirates 22 Levels: Argentina Brazil China Colo...