search for: syntex

Displaying 14 results from an estimated 14 matches for "syntex".

Did you mean: syntax
2008 Feb 05
2
help with oop in R - class structure and syntex
Hi, I read section 5, oop, of the R lang doc, and I am still not sure I understand how to build a class in R for oop. I thought that since I understand the oop syntex of Java and VB, I am wondering if the R programmig experts could help me out by comparing and contrasting the oop syntex in R with that of Java. For example, the basic class structure in Java is like this: public class Bicycle { // *the Bicycle class has three fields* public int cadence;...
2004 Sep 02
0
syntex about a nested mixed linear model
I am a novice R user, and have been in trouble to get the right mixed model syntax in microarray analyses. There are three factors: Dye(2 levels), Temperature(3 levels) and Array(3 for each Temperature with a total of 9 arrays). I want to treat array as random, and to regard array variation different between Temperatures. So the model I want to seek is: Y = Dye + Temp + Dye + Temp*Dye +
2012 Mar 20
3
error message
Dear all,  Who will bail me out. Iam using R with S-Splancs. Anytime i typed in the syntex, an error will appear eg setwd("C:\\TEMP) >dat <- read.table(cheshire_fmd.cvs",header=TRUE, sep=",") > dat.<-read.table(''chesire_fmd.cvs'',header=TRUE,sep='',) Error: unexpected symbol in "dat.<-read.table(''chesire_fmd.cvs&qu...
2007 Jun 04
1
Exclude option not working
...ou are doing good. I am Madhavan from India . I was trying to implement the wonderful rsync concept in my project for file mirroring. I implemented the functunality but the only problem I am facing is in the * exclude* directory option. Though I am trying to exclude the directory by giving proper syntex for exclude but I find once the whole rsync is completed the directory still gets copied in target location. Here is what I am tryng to do: rsync -az -t -e ssh -vv --delete --delete-excluded opt/mscdr/arb821/Server/logs --delete-excluded opt/mscdr/arb821/Server/altavistaDir --exclude --bwlimit=10...
2008 Aug 06
1
Matrix multiplication
Hi all, Is there an easy way to do cumulative matrix multipliation in R? What's the syntex? Thanks. Sincerely, Yanwei Zhang Department of Actuarial Research and Modeling Munich Re America Tel: 609-275-2176 Email: yzhang@munichreamerica.com<mailto:yzhang@munichreamerica.com> [[alternative HTML version deleted]]
2013 Aug 29
10
Concatenate two arrays
...to I am not sure if my defining is wrong or my code in the method is incorrect. I want to say it is something such as def please_work() array1=[1,2,3] array2=[4,5,6] array_sum=array1+array2 end puts please_work(array_sum) i ended up fiddling around and getting it to output [1,2,3,4,5,6], but my syntex said i did not have the correct number of arguments. Also, sometimes i get array_sum is not a defined variable. If I am defining it in the method, shouldn''t it be defined if i call the method again? thanks taking a look at my question alex -- Posted via http://www.ruby-forum.com/. --...
2012 Aug 17
0
mixed model in r
Dear all, I am really confused with the syntax for mixed model using lmer in lme4 library. My model is Value = Sample + Run (nested with Sample ) Here sample is a fixed effect and Run is a random effect nested with sample. Can anyone give some hint on the correct syntex for this model. Thanks very much in advance. Hannah [[alternative HTML version deleted]]
2011 Jul 01
0
trouble with rails-ckeditor gem "form_tag"
...gt; Here i c''t put <%= ckeditor_textarea("object", "field", :width => ''100%'', :height => ''200px'') %> because it is for FORM_FOR. it will expect object and field from me which i have not in FORM_TAG. So what is the proper syntex and what should i Use here. Any help and link will apriciated. thanks in advance. +++++++++++++++++++ Pravin Mishra -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39U...
2010 Feb 23
2
significance of coefficients in Constrained regression
I am fittting a linner regression with constrained parameters, saying, all parameters are non-negative and sum up to 1. I have searched historical R-help and found that this can be done by solve.QP from the quadprog package. I need to assess the significance of the coefficient estimates, but there is no standard error of the coefficient estimates in the output. So I can not compute the p-value.
2011 Nov 20
2
I'm writing this letter to enquire where can I download the package of "lmtest".
Dear editor: I'm writing this letter to enquire where can I download the package of "lmtest". Can you send me this package? THanks a lot. Best regards, Shu-Fei Wu
2011 Jan 27
6
[Bug 1851] New: ssh_selinux_setfscreatecon segfaults if SELinux support is compiled in but is disabled at run-time
https://bugzilla.mindrot.org/show_bug.cgi?id=1851 Summary: ssh_selinux_setfscreatecon segfaults if SELinux support is compiled in but is disabled at run-time Product: Portable OpenSSH Version: 5.7p1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ssh
2005 Mar 29
7
[Bug 2554] Output overwrite action
https://bugzilla.samba.org/show_bug.cgi?id=2554 ------- Additional Comments From wayned@samba.org 2005-03-29 11:50 ------- (In reply to comment #0) >> If a file will be deleted the line starts with "Delete", but when a > file will be copied or overwritten, nothing is displayed. I assume you mean, "no prefix is displayed" since there is something that is
2007 Sep 16
5
using tc to drop packets based on the diffserc or tos value
Hi all, I am wondering if anyone can help me to resolve a problem. I am trying to use tc command in linux to drop udp packets of specific diffserv value. I am able set diffserv value successfully in the udp packet using command:- [root@scotch src]#iptables --table mangle --append OUTPUT \ --out-interface eth0 --protocol udp --source-port 5060 \ --jump DSCP --set-dscp 8 but i am not able to
2010 Jan 05
6
Sieve > Pigeonhole > external storage with LDAP or other data source available to dovecot
I am looking at porting and generalizing an old in-house patch that I'm using for the CMU Sieve plugin. It allows sieve script to test & lookup arguments from LDAP. Before getting too involved in this, I'd like to discuss my goals here in the hopes that someone else also thinks this would be useful. Many heads may make better design? Goal: ------ Allows scripts which are still