similar to: R and the Web: A small Wordpress plugin RwebFriend

Displaying 20 results from an estimated 600 matches similar to: "R and the Web: A small Wordpress plugin RwebFriend"

2008 Nov 17
1
Type III ANOVA of package car depends on factor level order
## Question1: How to define IV with interaction alone, without main effects? ## Question2: Should Type III ANOVA in package car be independent of the factor level order? ## data from http://www.otago.ac.nz/sas/stat/chap30/sect52.htm drug <- c(t(t(rep(1,3)))%*%t(1:4)); disease <- c(t(t(1:3)) %*% t(rep(1,4))); y <- t(matrix(c( 42 ,44 ,36 ,13 ,19 ,22 ,33 ,NA ,26 ,NA ,33 ,21 ,31 ,-3 ,NA
2008 Oct 24
1
How to embed residual dot plots of BHH2::anovaPlot(...) into plotMeans(...)?
Dear R fans, I am preparing a lecture discussing the paper of Wilkinson and APA Task Force on Statistical Inference (1999, American Psychologist, 54, 594-604.) I'd like to demo their Figure 3B (p. 602) with R. That is to add plotMeans(...) with dots of BHH2::dotPlot(...) . Is there any elegant script to do the job? Thanks --------------- LI, Xiaoxu
2008 Sep 28
1
Dream of a wiki GUI for R
Dear R fans ( and wiki fans), I am just writing a draft to introduce confidence intervals of various "effect sizes" to my students. Surely, I'll recommend the package MBESS in R. Currently, it means I have to recommend R's interface at first. As a statistics teacher in a dept of psychology, I often have to reply why not to teach SPSS. Psychologists and their students hate to
2017 May 04
2
The memory maybe leak in samba 4.3.11
Oeps, sorry wrong one. There where multiple fixes. https://wiki.samba.org/index.php/Samba_4.4_Features_added/changed BUG #12377: vfs_glusterfs: Fix a memory leak in connect path. https://wiki.samba.org/index.php/Samba_4.5_Features_added/changed BUG #12485: ctdbd_conn: Fix a resource leak. https://wiki.samba.org/index.php/Samba_4.6_Features_added/changed ## BUG #12624: lib/pthreadpool: Fix
2012 Dec 14
2
Duplicate declaration for invoking a class
Hi everyone, Here are the manifest I am using: In file ''*modules/test/manifest/init.pp*'': class test ( $test = undef, ) { notice("Here is the message: ${test}") } Now in ''*modules/saas/manifests/client/sudo.pp*'': class saas::client::sudo { class { ''test'': } } Now in ''*manifests/sites.pp*'': import
2008 Apr 24
1
[ADV] Rails Kits
A couple of days ago I launched Rails Kits (http://railskits.com/), a place to get ready-made Rails code so you can get your projects done faster. The first Kit is the SaaS Rails Kit (http://railskits.com/ saas/), which will save you the pain of writing recurring billing and account management code for your subscription-based site. Check out my blog post on the release for more info:
2008 Oct 30
3
Save a function existing library
Hello all, I am fairly new to R and I have created a function that I use quit frequently. I was wondering if there is away to save this function in an existing library so I can call it by using the function name once the library is loaded? Thanks, Doug -- --------------------------------- Douglas M. Hultstrand, MS Senior Hydrometeorologist Metstat, Inc. Windsor, Colorado voice:
2013 May 21
3
Adding ndpi-netfilter rules
Hi Is there any way to insert L7 rules by using the ndpi-netfilter module? /GH ------------------------------------------------------------------------------ Try New Relic Now & We''ll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers
2008 May 23
3
Have you used the Rails SaaS kit?
Have any of you actually bought & used the Rails SaaS kit? I am considering getting it to skip building out the admin & billing parts but I wanna get feedback from someone who has actually used it. Would you recommend getting the kit? Would you rather get a refund and built it yourself? ~ mel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are
2017 May 09
0
答复: The memory maybe leak in samba 4.3.11
Hi, Thanks a lot. Use the valgrind, we found the stack of the malloc as below, so, maybe it is not memory leak. ==2796353== 36,334,440 bytes in 100,929 blocks are still reachable in loss record 774 of 774 ==2796353== at 0x4C2AB80: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==2796353== by 0x953B88F: ??? (in
2008 Jul 30
2
R -Legality Question about R's Open Source GNU GPL License
whats the license policy of using r as a SaaS with other apps, priced for a fee. I am not sure which license to invoke. regards, ajay [[alternative HTML version deleted]]
2012 Sep 07
1
[Job Listing]: Infrastructure Systems Engineer - San Franscisco
Hi people, here is a job that we have open in the US. *First I want to stress:* *You must be a US Citizens to be eligible to apply.* The official description is below, but here is my take on it. We run Linux where possible, but we have some Windows servers where needed. We use Puppet and Capistrano - but we have some way to go to make this seamless. We are heading towards CI/Agile/Blahblah
2010 Jun 04
9
Compress css files with Rails
Hi, I work on a website with many css files. To improve the performance of the site I would to merge all my css file into one on the production site. I know I could do this using plugins, but I heard it is possible natively within rails. Does someone know what it is? Greg -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups
2013 May 21
3
Redirect incoming port to another port internal.
Hi all, I have tried to figure out how to do this one but I think I have just confused myself more. My firewall is a 2 interface setup, the same box is my router to my uplink. I''m not using nat at all and have a public IP range behind this machine. net = eth0 loc = eth1 Most of my rules are mainly the basic HTTP(ACCEPT) net loc:111.111.111.112 SMTP(ACCEPT) net
2008 May 13
6
variable name containing variable name
Hello, i''m new to puppet (and ruby). I have a problem when using a variable name containing a variable name and containing a reserved variable name : I have a class : class kernel-Linux-binary { $test = $operatingsystem ? { Fedora => "/usr/bin/test", default => undef } } and i want to call "test" and replace Linux by
2013 Nov 14
5
Nested parametrized defines
Dear puppet wizards, http://docs.puppetlabs.com/puppet/3/reference/lang_defined_types.html does not suggest to me that nested parametrized defines would be forbidden, hence I expected the following code to work: add_to_ssh_authorized_keys.pp: -------- define a::ssh_keys::add_to_ssh_authorized_keys($homebasedir="/home", $targetuser="root", $keyowner, $keyownername,
2018 May 23
2
CentOS 7.5 Nautilus 100% reproducible crash.
Good day When trying to add an 'Other Locations' in Nautilus CentOS 7.5, Nautilus always 100% of the time crash with a kernel error. Here is a short video showing the workflow: https://youtu.be/dPmTDBRqL_I This did not happen in 7.4 Both 7.4 and 7.5 runs on VirtualBox 5.2.12 - but as stated before, this did not happen in 7.4 I also did a fresh clean install of both
2017 May 04
0
The memory maybe leak in samba 4.3.11
> Is this an exist problem? Yes Fixed https://wiki.samba.org/index.php/Samba_4.3_Features_added/changed In 4.3.13 Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba-technical > [mailto:samba-technical-bounces at lists.samba.org] Namens > Zhangxiaoxu via samba-technical > Verzonden: donderdag 4 mei 2017 14:42 > Aan: 'bugzilla-maintenance at
2016 Apr 24
3
Managing VMs across multiple physical hosts
Hello List, We’re currently managing VMs across approximately 26 physical hosts. We tend to migrate VMs around a lot to do things like spread load and keep VMs running when physical hosts are in need of package updates. Suffice it to say sometimes finding out which physical host a VM is currently running on can be a pain. Anyone know of an open source tool that will give me a snapshot of
2005 Aug 01
5
Tracking Traffic By Port or Process?
Does anyone know of a way to track TCP/IP traffic by TCP/UDP port and/or by process/daemon with CentOS? I know a variety of ways to track it in total (e.g., ifInOctets & ifOutOctets with SNMP), but I'm not sure how to be approach seeing traffic by application, port, or process. One option would be to write something that would sift through different stuff for each daemon (for example,