search for: mma

Displaying 20 results from an estimated 24 matches for "mma".

Did you mean: dma
2003 Dec 14
3
Problem with data conversion
...across the following problem while working with a dataset, and wondered if there could be a solution I sought here. My dataset consists of information on 402 individuals with the followng five variables (age,sex, status = a binary variable with levels "case" or "control", mma, dma). During data check, I found that in the raw data, the data entry operator had mistakenly put a "0" for one participant, so now, the levels show > levels(status) [1] "0" "control" "case" The variables mma, and dma are actually numerical variab...
2008 Apr 20
3
Problem with object inside a function
...a in a function that I make. I create an object named qvartemp. This object is OK, look the levels: > print(levels(qvartemp)) [1] "baixomedio" "alto" Now I create a new object with a new formula: > new.form <- as.formula(gsub(qvar,"qvartemp",as.expression(mma$formula))) Look this new object: > print(new.form) Riqueza ~ Biomassa * qvartemp Now here is the problem, I try to update an existing model (mma) changing the formula by the new.form mmaa <- update(mma,new.form) But my function is aborted with this message: Error in eval(expr, envir, e...
2004 Oct 20
1
Drawing multiple line plots
...ata, India -- the time of Durga Puja celebrations. I seek your advice as I try plotting lines for my data. The problem: I have created a dataframe that looks like this (name: myFrame): lowest second third fourth highest significance INAS 0.107 0.115 0.123 0.115 0.166 0.000 MMA 0.091 0.107 0.115 0.142 0.179 0.000 DMA 0.126 0.103 0.126 0.129 0.142 0.031 The numbers in the dataframe indicate values of a continuous variable INMET (indicating ratio of inorganic arsenic vesus methylated arsenic species) for the respective quintiles of variables INAS, MMA,...
2009 Nov 23
1
recognizing variable-names of cast() (package: reshape)
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091123/3b4cbdd5/attachment-0001.pl>
2008 Feb 21
1
update don't find an object
Hi, I have a situation here. I try this update: mmaa <- update(mma,biomass~qvartemp) but I have this message: Error in eval(expr, envir, enclos) : object "qvartemp" not found but this object exist: [1] "cont" "i" "levelsord" "mma" "qvar" "qvarmma"...
2006 Jul 13
6
Webservices Xml-Rpc and authentication
Hello, I want to build an application where i have client and server. I need to exacute commands with XM-RPC. I can get all this working, following the howto''s in wiki and main website. But the problem is they are all unsecure. I can''t seem to find any web service examples where they use authentication, or ssl. Just wondering if anyone know how i go about doing this. At t...
1999 Apr 07
0
nonparametric mixed model ?
...as vitamin B12 went down methylmalonic acid went up. This is as expected for people with diagnosed vitamin B12 deficiency but these patients had rather high vitamin B12 concentrations and most people wouldn't believe them to be vitamin B12 deficient. We expected the relationship between B12 and MMA to be nonlinear in that when B12 was high enough, MMA wouldn't increase. We have modeled the response in Genstat using the new REML facility and fitted a spline which shows the expected asymptote and also a 1.st order time series. In R I have fitted a Gee model of the marginals also with a firs...
2001 Sep 20
0
3d java etc.
There was some interest in the commands for creating an HTML file of 3D graphics that can be shown with a Java applet. Looking at things I discovered (of course) that I should really clean up quite a few things before releasing it for real. I hope to do some of that this weekend. In the meanwhile, here are a couple of pointers to...
2004 May 26
0
setting files read-only form right click windows properties dialog
...one share I am testing with. Oddly enough the archive is set but can not be unset. Any help would be greatly appreciated. #======================= Global Settings ===================================== [global] dns proxy = no log file = /var/log/samba/%m.log netbios name = mma-server load printers = yes server string = MMA file / print server socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 workgroup = mma os level = 64 printcap name = /etc/printcap security = user max log size = 50 wins su...
2017 Mar 23
1
A question on stats::as.hclust.dendrogram
...r, NA) )) instead of stopifnot(length(s) == 2L, all( vapply(unlist(s), is.integer, NA) ))? I appreciate your time and I'm looking forward to your response. Cheers, Man Chun John Ma, PhD Postdoctoral Fellow Unit 0903 Dept Lymphoma & Myeloma Research 1515 Holcombe Blvd. Houston, TX 77030 MMa at mdanderson.org The information contained in this e-mail message may be ...{{dropped:14}}
2004 Mar 05
2
Problem with --link-dest when syncing AIX to Linux
...ocal linux (RH 7.3) with using the --link-dest option for saving space on incremental backups. Even if there are no changes on the AIX machine, all files are newly transferred on every new sync. My test scenario (actisi=remote aix machine, actisa=local linux machine): =====> Initial rsync [mma@actisa rsync-2.6.0]$ ./rsync -av actisi:remotetest/ test1/ receiving file list ... done ./ file1 file2 wrote 56 bytes read 203 bytes 103.60 bytes/sec total size is 14 speedup is 0.05 =====> Check if anything left... [mma@actisa rsync-2.6.0]$ ./rsync -av actisi:remotetest/ test1/ receiving...
2006 Mar 24
4
SAMBA install on IRIX 6.5
...... yes checking lber.h presence... yes checking for lber.h... yes checking for ber_scanf in -llber... no checking for ldap_init in -lldap... no checking for ldap_set_rebind_proc... no checking whether ldap_set_rebind_proc takes 3 arguments... 3 configure: error: libldap is needed for LDAP support mma-riss01 53# ls -la /usr/include/*ldap* -rw-r--r-- 1 root sys 39901 Mar 23 07:13 /usr/include/ldap.h -rw-r--r-- 1 root sys 9136 Mar 23 07:13 /usr/include/ldap_cdefs.h -rw-r--r-- 1 root sys 2056 Mar 23 07:13 /usr/include/ldap_features.h -rw-r--r-- 1 root...
2009 Dec 19
2
Lattice boxplots
Hi All, I'm familiar with bwplot() in lattice package. Is it possible to get such a boxplot using lattice package: http://www.reading.ac.uk/ssc/publications/graphics/mma-fig1.gif instead of the following default: http://media.wiley.com/wires/WICS/WICS22/mfig005.gif My aim is to get a compact boxplot for publication. Having legend can help because otherwise x-axis labels are repeated for each rectanglular box. Thanks, Peng Cai [[alternative HTML version delete...
2005 Dec 13
0
Can't see shares on a server member
...master_browser: no unicast subnet, ignoring. [Tue Dec 13 17:09:08 2005 , 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(284) dump_workgroups() dump workgroup on subnet 10.244.142.2: netmask= 255.255.252.0: U86F.DOM(1) current master browser = U86H U86H 400c9b2b (Serveur MMA) U86F 40029b03 (Advanced Server for UNIX Systems) [Tue Dec 13 17:09:08 2005 , 10] lib/util_sock.c:read_udp_socket(285) read_udp_socket: lastip 10.244.142.1 lastport 138 read: 268 [Tue Dec 13 17:09:08 2005 , 5] libsmb/nmblib.c:read_packet(754) Received a packet of len 268 from (1...
2009 Sep 21
2
Combine vectors in order to form matrixes with combn
...I would like to make a simple combination where, instead of scalars, i would like to combine vector, in order to form matrixes. In other words, i have nineteen 6-items vectors (for example coef1-coef19), that i would like to combine in n!/k!(n-k)! 6x6 matrixes. I tried with a code like this mma <- combn(c(coeff1,coeff2,...,coeff19),function(x) matrix(x,6,6)) but i think that R doesn't recognize that these are not scalars. In fact the error is: Errore in matrix(r, nrow = len.r, ncol = count) : invalid 'ncol' value (too large or NA) Inoltre: Warning message: In combn(c...
2006 Feb 14
5
SSL and domain as account key
Say I have an hosted application which allows the user to use their own domain name (company.com) to access it, and that application must be accessed over SSL, how do you go about our SSL certificate not being registered to their domain. Sure the connection will be safe but the browser will pop up a warning saying the certificate is invalid for this domain. I dont think this problem occur
2006 Feb 07
4
inexpensive ways to make a rails application highly available? mysql replication?
I''m interested in making a low volume rails application very available. This means that I would like to have an alternate server for those times when the primary server is unavailable for whatever reason. Virtual private servers are fairly inexpensive so one could have a rails application on 2 different vps systems (not on the same server, possibly not even in the same city).
2015 Aug 03
1
password issue
...th that user, password stored in his browser and also drives which are map with different username and password also get expired. Please advice how should I resolve this. -- Regards,*Atul Dashpute* | System Administrator *m.* 9323485218 <http://www.vserv.com/> Media Company Of The Year. MMA Smarties Red Herring Top 100. Asia mBillionth Award. South Asia *MEET US AT* *adtech asean* | Singapore | 7-8 Jul *GMIC Tokyo* | Tokyo | 10 Jul *GMIC Jakarta* | Jakarta | 11 Aug*Mumbai* | New Delhi | Singapore | London | Jakarta | Kuala Lumpur[image: Facebook] <http://facebook.com/vservdigital...
2011 Jul 01
1
RMySQL, RODBC, dbReadTable and ISO-8859-1 (Spanish data)
Hello R users, I am reading data into R from RMySQL or SQLite databases which are in Spanish language. I am using RMySQL library and function dbReadTable but I could not get characters with ñ and tilde, instead R does put ?. In the past I could manage it modifying the R options as (using windows): op <- options() op$encoding <- "iso-8859-1" options(op) but now in ubuntu it did
2010 Jul 16
0
Sage and R (was: Mathematica and R)
Dear David, > I managed to install Sage on Windows (via a Linux VM), but I cannot find any documentation on how to use R from Sage. Maybe I > should use the web interface of Sage to avoid having to install R on the VM. In the Sage command line, you can type sage: r? to get some very basic info, and sage: r.[tab] to get various commands. This part of the interface still needs some work, though it suffices (particularly via r.eval()) for many needs. You do NOT need to reinstall R; a full copy of R (with all recommended packages...