Displaying 20 results from an estimated 800 matches similar to: "R"
2012 May 15
9
help
1. Emma is performing an experiment that requires individual handling of some animals. The sizes of the animals are lognormally distributed: The natural logarithms of their sizes has a normal distribution with mean 3 and standard deviation 0.4. The time (in minutes) it takes to handle each animal is given by
10 + s · 1.5 + eε for animals with s ≤ 20 20 + s · 0.8 + eε for animals with s > 20
2008 Aug 01
2
simple help request
Hi all,
I have data that looks like
number|grouping
I would like to preform stats for each grouping
so
1|5
6|5
10|5
11|5
3|9
5|9
10|9
Say I would like to take the median for above, I should be returned 2 lines,
one for group #5 and one for group #9
Does this make sense?
I am sorry for the basic question, can someone give me the name of a good
book as well?
Thanks,
Lotta
[[alternative
2013 May 06
2
BIOENV
Dear all,
Does anyone knows why the results of a BIOENV (PRIMER v. 6.1.15) are
diferent of the bioenv() + mantel() in vegan? Not the spearman correlation,
indeed the pseudo-p value.
I know that the approach bioenv() + mantel() is biased. So, how the BIOENV
(PRIMER) ends with larger p values (permutated).
Acctualy how the permutation test in BIOENV (PRIMER) is conducted. The user
guide does not
2008 Jun 30
3
scaffold usage
is there anyway that scaffold would read the database and I don''t have
to specify any of the columns? it is really frustraiting specially when
you''ve got a lotta cols and tables! I''d like to use rails for an
enterprise app but not a toy app like all those apps in tutorials
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
2020 Jul 06
2
R 4.0.0 rebuild status
R-BiocFileCache is now branched for f32 (finally). You should be able to
build it if/when the PDC comes back up. Lotta random outages right now.
Tom
On Mon, Jul 6, 2020 at 10:40 AM Jos? Ab?lio Matos <jamatos at fc.up.pt> wrote:
> On Tuesday, 9 June 2020 03.40.52 WEST Tom Callaway wrote:
> > Over the last several days, I've been working hard to get all of the
> Fedora
>
2013 Feb 21
1
installing FlowingSoftware
Dear wine community
I am new to wine and I installed it because I need to run the program FlowingSoftware<http://www.flowingsoftware.com/> (Flowing Software 2.5.0 ) on my mac.
I installed the wine version wine-1.4.1 and I am running Mac OS X Version 10.7.5. When I try to install the program, the installation starts at first (x11 opens and I get a windows-like installation window with the
2009 Feb 13
1
Bootstrap or Wilcoxons' test?
Hi!
I'm comparing the differences in contaminant concentration between 2
different groups of people ( N=36, N=37). When using a simple linear
regression model I found no differences between groups, but when evaluating
the diagnostic plots of the residuals I found my independent variable to
have deviations from normality (even after log transformation). Therefore I
have used bootstrap on
2008 Nov 16
8
Mirror and RaidZ on only 3 disks
Hi,
I have a small Linux server PC at home (Intel Core2 Q9300, 4 GB RAM),
and I''m seriously considering switching to OpenSolaris (Indiana,
2008.11) in the near future, mainly because of ZFS. The idea is to run
the existing CentOS 4.7 system inside a VM and let it NFS mount home
directories and other filesystems from OpenSolaris. I might migrate more
services from Linux over time, but for
2011 Nov 23
1
MWI for non-subscribed Realtime peers?
Hi,
I have an Asterisk behind an OpenSIPS proxy. The proxy handles registrations and also SIP SUBSCRIBE for MWI. The Asterisk are configured to send NOTIFY to the proxy even when the SUBSCRIBE haven't been received. I can configure a user in sip.conf that works:
[az5134939706]
type=friend
host=xxx.xxx.xxx.xxx (IP of proxy)
port=5060
nat=no
mailbox=1234 at customer
subscribemwi=no
2006 Mar 05
4
Help implementing a 43things-like ''activity'' measurement
I''m trying to implement something in my app akin to 43things'' main
page, where more active topics are bigger than the less active topics.
The difference in my app is that I''m building a business-oriented app
and want to have a list of clients, where clients with recent activity
are larger than others.
My perhaps too-clever way of going about this is by feeding each job
2010 Mar 11
2
logistic model diagnostics residuals.lrm {design}, residuals()
I am interested in a model diagnostic for logistic regression which is normally distributed (much like the residuals in linear regression with are ~ N(0,variance unknown).
My understanding is that most (all?) of the residuals returned by residuals.lrm {design} either don't have a well defined distribution or are distributed as Chi-Square.
Have I overlooked a residual measure or would it be
2010 Dec 13
1
Multivariate binary response analysis
Greetings ~
I need some assistance determining an appropriate approach to analyzing multivariate binary response data, and how to do it in R.
The setting: Data from an assay, wherein 6-hours-post-fertilization zebrafish embryos (n=20, say) are exposed in a vial to a chemical (replicated 3 times, say), and 5 days later observed for the presence/absence (1/0) of defects in several organ systems
2004 Nov 02
2
Matrix decomposition: orthogonal complement
Hello,
How I can compute in R the orthogonal complement of one matrix?
If A (n x m ) matrix of full column rank (n>m), its orthogonal
complement is denoted by A_ .
A_ is n X (n-m) matrix of full column rank and such that A'A_=0.
I need to compute A_. How I can compute A_ in R?
Best Regards,
/Florin
--
Florin G. Maican
Ph.D. candidate, Department of Economics
School of
2009 May 26
1
interactive file choosing in Linux?
I am used to using the [R] function choose.files() for interactive file selection in MS-Windows.
What is the comparable function in Linux? I expected the function file.choose() to display similar behavior, i.e., a graphical interface diplaying a file listing, but all I seem to get is a "text input prompt". This does not seem correct.
> file.choose()
Enter file
2009 Mar 27
1
constraint optimization: solving large scale general nonlinear problems
Hi
I need advice regarding constraint optimization with large number of
variables.
I need to solve the following problem
max f(x1,...,xn)
x1,..xn
x1=g1(x1,...,xn)
.
.
xn=gn(x1,...,xn)
I am using Rdonlp2 package which works well until 40 variables in my
case. I need to solve this problem with over 300 variables. In this case
Rdonlp2 is very very slowly. I know
2006 Oct 19
3
Time conversion from Win32 64bit FILETIME?
Windows-32 has a time structure called FILETIME, a 64-bit value
representing the number of 100-nanosecond intervals since January 1,
1601 (UTC). That is not a typo, the year is 1601.
Does anyone have a clue(or algorhithm)for how this is converted to
something a little more POSIX-like ?
Thank you,
Derek
--
Derek N. Eder
Gothenburg University
VINKLA - Vigilance and Neurocognition
2004 Mar 22
3
Distributed computing
Dear all,
does anyone know if there exists an effort to bring some kind of
distributed computing to R? The most simple functionality I'm after is
to be able to explicitly perform a task on a computing server. Sorry if
this is a non-informed newbie question...
Best regards
Anders Sj?gren
PhD Student
Dept. of Mathematical Statistics
Chalmers University of Technology
Gothenburg, Sweden
2016 Aug 11
3
Asterisk 11.23.0 on CentOS6 : how to get ICE support ?
My main reason not to upgrade to Ast 13 is because I'm afraid of losing
functionality as there are certain functions deprecated/replaced. This
can also cause headache :-)
I will do so if there is no other option.
But still, I don't see why Ast 13 would differ so much in this case ? If
ICE and NAT is working (not causing problems) why should Ast 13 bring me
audio and Ast 12 don't
2009 Mar 27
4
A beginner's question
I am a new R-language user. I have set up a data frame "mydata",one of
the colume of which is "skill". Now I want to select the observations
whose "skill" value is equal to 1,by what command can I get it?
2005 Jan 09
5
Little confused about Caller ID
OK here it goes..
Caller ID is two parts or actually three:
Part 1 Number only
Part 2 Number + Name
Part 3 Whole lotta stuff (also known as ADSI)
Here is the US, I cannot speak for other countries.
When party A places a call to Party B. Party A's Telco picks up the
number, either from a table on the switch or passed from the PRI from
Party A. Then on the far side (Party B's Telco)