Displaying 20 results from an estimated 3000 matches similar to: "Confusion over syntax in a package"
2009 Jul 25
1
how to avoid a for looping break after an error message
Hi all,
I wrote a piece of code that generates simulated variables. after variable
generation I use them in several analyzes.
However, when I use a for to repeat the procedure 1000 times I get an erro
message in one of the "for" steps, precisely at this time:
gls.temp<- gls(y2 ~ x2,correlation=corExp(form=~coord2[,1]+coord2[,2]))  #
coord 2 are spatial coordinates
and the error
2016 Oct 24
2
RFC: (Co-)Convergent functions and uniform function parameters
Hi all,
Some brain-storming on an issue with SPMD/SIMT backend support where I 
think some additional IR attributes would be useful. Sorry for the 
somewhat long mail; the short version of my current thinking is that I 
would like to have the following:
1) convergent: a call to a function with this attribute cannot be moved 
to have additional control dependencies; i.e., moving it from A to B is
2016 Oct 24
2
RFC: (Co-)Convergent functions and uniform function parameters
On 24.10.2016 21:54, Mehdi Amini wrote:
>> On Oct 24, 2016, at 12:38 PM, Nicolai Hähnle via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>> Some brain-storming on an issue with SPMD/SIMT backend support where I think some additional IR attributes would be useful. Sorry for the somewhat long mail; the short version of my current thinking is that I would like to have the following:
2019 Apr 26
3
Total response file count limited to 21
Actually, sorry, my fix was for the case where you had other arguments beginning with @ that weren't response files, whereas yours has actual response files, so my patch won't help there. CCing Reid and Hans, who did a bunch of the implementation in this area.
From: llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Shoaib Meenai via llvm-dev <llvm-dev at
2016 Apr 20
0
simulation in R
I realized that there was a typo error. I mean "Monte Carlo Simulation"
________________________________________
From: R-help <r-help-bounces at r-project.org> on behalf of Kristi Glover <kristi.glover at hotmail.com>
Sent: April 19, 2016 11:48 PM
To: R-help
Subject: [R] simulation in R
Hi R user,
Would you mind to help me to find the range with stochastic events? For
2005 May 23
2
Trouble with drplot
Hi, I am a newbie with R, so I hope my question isn't too stupid. I am trying to generate dose-response curves using the "drfit" package. I have formatted my CSV files to the correct format, and have no trouble running drfit to get a summary of my data. The problem is that when I try to use "drplot" to graph my data I get an error. The message is:
Error in
2017 Sep 05
4
Interesting behavior of lm() with small, problematic data sets
I've recently come across the following results reported from the lm() function when applied to a particular type of admittedly difficult data.  When working with
small data sets (for instance 3 points) with the same response for different predicting variable, the resulting slope estimate is a reasonable approximation of the expected 0.0, but the p-value of that slope estimate is a surprising
2002 Aug 02
1
{samba digest, Vol 1 #1475 - 26 msgs} Outlook/Express Crawling with Domains
> Message: 7
> From: "Glover George" <dime@gulfsales.com>
> Also, as a side note, maybe someone might have the answer to this as
> well.  Once I switched to a domain, the user can no longer
> open Windows
> Messenger in XP.  Is this normal?  IS there some setting I need to
> change? (i.e., is Messenger looking for an exchange server
> only when in
>
2008 Dec 04
3
ogg dirac granulepos in oggz tools
2008/11/26 David Flynn <davidf+nntp at woaf.net>:
>>>> http://trac.annodex.net/changeset/3801
>>>
>>> I'll test this shortly.
>
> Ok, i've tested muxing some audio and video together and that works fine.
> woo.
great, thanks :-)
So the last remaining tool to check is oggz-chop. I at first assumed it
would not work with Dirac's granulepos,
2007 Jul 11
2
Previously saved workspace restored
hi there,
i an beginner of R. some one have sent me a file (extension is .Rdata).  i have  installed R in my computer and i just double clicked the data. then it automatically opened R programme and displayed that [previously saved workspace restored]. the following message was displayed. 
 
Type 'demo()' for some demos, 'help()' for on-line help, or'help.start()' for an
2006 Dec 31
2
Presenting a grouped list of objects from STI
Hello,
I have been following the STI example in AWDWR and have a question about
presenting the output.
I want to output a list of Person objects that are grouped by their
type.
I have an array of all the Person objects and I would like the output to
be as follows.
Employee x3
<ul>
<li>Employee 1</li>
<li>Employee 2</li>
<li>Employee 3</li>
</ul>
2006 Dec 28
2
STI, controllers and views
Hello,
I have set up that uses single table inheritance.  I have a number of
model subclasses following the example in AWDWR that uses Manager <
Employee < Person.
First question. Do I need to create controller classes for each?  I
don''t think I do because a single controller should be able to shunt the
data between the models and the views.
Second question.  Say I have a view
2015 Jan 28
2
[Q] Get formal arguments of my implemented S4 method
Interrogating some (of my own) code in another package.
>norm.meth <- getMethod("normalize", "MatrixLike")
>message("str(norm.meth)")
>str(norm.meth)
>message("show(norm.meth at .Data)")
>show(norm.meth at .Data)
Last show() displays this:
function (object, ...)
{
    .local <- function (object, method = c("median",
2006 May 18
1
Recommended style with calculator and persistent data
I have some calculations that require persistent state.  For example,
they retain most of the data across calls with different parameters.
They retain parameters across calls with different subsets of the cases
(this is for distributed computation).  They retain early analysis of
the problem to speed later computations.
I've created an S4 object, and the stylized code looks like this
calc
2015 Jan 28
2
[Q] Get formal arguments of my implemented S4 method
I'm attempting to reflect the information for use with corresponding
fields in GUI (in a different package), to provide default values,
argname as key for UI label lookups, etc.
So I want something much more like the formals of the implementation:
{
    "object",
    "method":             c("median", "vs", "tukey"),
   
2003 Apr 17
1
Odd error: Physical size does not match superblock size
Hello, I had something interesting happen on a RH8 ext3 system I setup.I
am at a loss to understand what happened.
Info:
This system has two IDE disks, partitioned identically, and the largest
partition on each (/dev/hda3 and /dev/hdb3, 96GB each) was mirrored in a
linux software RAID-1 configuration.
It was running fine for many months. Then I updated the kernel and
needed to reboot accordingly.
2012 Jun 13
3
How to plot linear, cubic and quadratic fitting curve in a figure?
Hi R experts, 
Could you please help me to fit a linear, cubic and quadratic curve in a figure? I was trying to show all these three fitting curves with different colour in one figure. 
I spent substantial time to figure it out, but I could not. 
I have given here a example and what I did for linear, but no idea for cubic and quadratic fitting curve
> dput(test)
structure(list(sp = c(4L, 5L,
2019 May 03
2
Total response file count limited to 21
IMO, a limit of at most 20 nested response files would make a lot more
sense than 20 total response files. I don't think the total should really
have a limit at all.
Since we expand the files in place while iterating over the arglist, we'd
need to keep a separate array listing the end-offset of each file we're
currently nested within, and update the offsets with every expansion of
2007 Dec 03
2
Why is the program too slow?
Hi,everyone.
I use the following program calculates Fisher's alpha from counts of individuals and species. The program is wrote by Prof. Kyle Harm.
However, when I run the program, it can work very quickly sometimes, but it can not work very well sometimes. It depends on the counts of individuals and species.
For example,
> calc.alpha(1000,70)
[1] 17.14375
> calc.alpha(10000,70)
[1]
2006 Jan 30
2
TI83 plus Texas Instrument Calculator, Serial cable and USB cable
Hi all
I installed *wine 9.6 on fedora4,  IE6* ,  and  *APPs*  for *CALC TI83  
plus  *
i tried to use the *USB *cable to connect to the *CALC* but did`t work 
then i used *serial cable*
after i make *? ln -s /dev/ttyS0  ~/dosdevices/com1? *then i run the "TI 
Connect APPs" to
coonect to the *CALC *it finds the *COM1* when it tried connect to the* 
CALC*  but connection
filed.
any one