Displaying 20 results from an estimated 48 matches for "functonal".
Did you mean:
functional
2024 Jun 06
1
Bug report for package foreign anf functon write.foreign
Dear all,
First of all, I thank you for the creation of the package.
I write this message concerning the write.foreign() function from the foreign package and a bug that I discovered.
When we want to save our dataset as a .sas file, the limit of variable names character is 8 by default. In SAS this limit is 32 character and an argument in the function, validvarname, can theorically switch the
2009 Aug 03
6
[LLVMdev] "masm syntax" for X86 backend
...s it should be removed.
> The reason is pretty simple: masm is too weak to support anything
> non-trivial and unfortunatley there is no simple way to fix the stuff.
>
The strainge thing is I believe VisualStudio can generate code through it
!:)
Anyway I agree cut it for now as it is non functonal.
Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090803/0cf2d505/attachment.html>
2012 Dec 03
3
r function definition
I am a very new R user. I am trying to write functons and debug functions.
One problem for me is that I need to alwasy copy the whole function body and
resubmit to R console every time I changed even one line of the function.
Because I have long algorithm function, copying and pasting is very tedious
for me. I assume if I save the function files, R should be able to just use
the new function body
2007 May 17
2
state plugin
...m for options
(metadata). I am tyring to see if it could be tweaked to new plugin
infrastructure, but it is not trivial (or at least not for me :)).
Can someone point me to some documentation so I could port this.
Or is this functionality already planned for compiz (or maybe someone
already has functonal plugin?).
Regards
Kresimir
--
Kresimir Kukulj madmax at iskon.hr
+--------------------------------------------------+
Remember, if you break Debian, you get to keep both parts.
2009 Aug 03
0
[LLVMdev] "masm syntax" for X86 backend
...ything
> non-trivial and unfortunatley there is no simple way to fix the stuff.
>
>
> The strainge thing is I believe VisualStudio can generate code
> through it !:)
No, it doesn't, it writes .o files directly iiuc.
-Chris
>
> Anyway I agree cut it for now as it is non functonal.
>
> Aaron
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed......
2015 May 23
2
A patch for precompute_partition_info_sums_()
Here I attach a preliminary version of a patch for precompute_partition_info_sums_()
function that should accelerate encoding of 24-bit input data.
1) SSE2, SSSE3 and AVX2 versions of this function should be updated, too
2) the patch also changes
if(FLAC__bitmath_ilog2(default_partition_samples) + bps + FLAC__MAX_EXTRA_RESIDUAL_BPS < 32)
into (in effect)
2011 Aug 08
1
Making rmath.dll (or equivalent)
...e version of R I have on my computer. I
have looked for instructions online for this, but all I can find reference
folders/files not in my install, I am guessing these instructions are for
older versions of R.
Can anyone point me to how I can accomplish this, creating a 64-bit DLL for
R's math functonality?
Thanks in advance.
--
View this message in context: http://r.789695.n4.nabble.com/Making-rmath-dll-or-equivalent-tp3727906p3727906.html
Sent from the R devel mailing list archive at Nabble.com.
2010 Sep 23
1
How to pass a model formula as argument to with.mids
Hello
I would like to pass a model formula as an argument to the with.mids
function from the mice package. The with.mids functon fits models to
multiply imputed data sets.
Here's a simple example
library(mice)
#Create multiple imputations on the nhanes data contained in the mice
package.
imp <- mice(nahnes)
#Fitting a linear model with each imputed data set the regular way works
2013 Mar 11
3
Optimization in R similar to MS Excel Solver
Dear all,
I am trying to find the solution for the optimization problem focused on the
finding minimum cost.
I used the solution proposed by excel solver, but there is a restriction in
the number of variables.
My data consists of 300 rows represent cities and 6 columns represent the
centres. It constitutes a cost matrix, where the cost are distances between
each city and each of six centres.
..+
2010 Oct 06
4
problem with abline
Hi All,
I am running a scatter plot and trying to add a best fit line. I use an abline function, but get no line drawn over the points. I also get no error. I arm using V 2.10.0 on Windows 7.
Here is my code, including the SAS transport file import:
require (foreign)
require (chron)
require (Hmisc)
require (lattice)
clin <- sasxport.get("y:\\temp\\subset.xpt")
attach(clin)
2003 Jul 23
6
window function
Dear Sebastian and all,
This is a Japanese to live in Japan.
I have a question.
Ogg's window functon is
f(x)=sin(1/2*pi*sin^2((x+0.5)/n*pi)) for 0 <= x < n
But I cannot understand why this window function satisfys
the equation
f^2(x)+f^2(x+n/2)=2
which is for MDCT's perfect signal reconstruction.
reference:
Analysis/Synthesis Filter Bank Design Based on Time Domain Aliasing
2004 Jun 19
1
[LLVMdev] MachineOperand: GlobalAddress vs. ExternalSymbol
Chris Lattner wrote:
> > And why isn't it possible to just make those functions known to LLVM?
> > After all, *I think*, if this function is to be called, it should be
> > declared in assembler, and so you have to pass some information abou
> > those function to the code printer. (Of course, it's possible to just
> > directly print the declarations, but
2011 Mar 17
1
Using barplot() with zoo -- names.arg not permitted?
I've used barplot(), including the anmes.arg parameter, on data frames
successfully, but I'm even newer to using zoo than I am to R. :-}
I am working on a functon that accepts a data frame ("df") as its
primary argument, extracts information from it to create a zoo, then
generates a plot based on that.
The data frame has a column called "time" which is a standard
2010 Jul 20
2
[SPAM] [BombData][alltestmode] Re: Speex Echo Cancellation
As for me - speex_echo_cancellation is a better choise. Try using it in
capture thread instead
of those speex_echo_capture and speex_echo_playback functions.
And please, describe your problem in details. Cause the fact that you
"didn get echo cancellation"
doesn't mean you are doing smth wrong.
Regards,
Anton A. Shpakovsky
-----Original Message-----
From: speex-dev-bounces at
2009 Aug 03
2
[LLVMdev] "masm syntax" for X86 backend
On Aug 3, 2009, at 11:23 AM, Aaron Gray wrote:
> Hi Chris,
>
> It would be good to get to try to get it as functional as possible
> at some point, before abandoning it..maye once I have one the COFF
> backend.
I'm not proposing to remove COFF support from the asmprinter, just
masm support. Using gas will continue to work fine.
> Anyway I wll report back when I have
2009 Aug 03
0
[LLVMdev] "masm syntax" for X86 backend
>> Anyway I wll report back when I have a proper overview of the area,
>> it would be good if you could also look into the problem so contact
>> me back if you are, also it maybe a good idea to share this with
>> Anton and Evan.
>
> I already spoke to anton. The MASM support is clearly broken, it
> generates .s files with typos for the directives and has other
2009 Aug 03
0
[LLVMdev] "masm syntax" for X86 backend
...; > The reason is pretty simple: masm is too weak to support anything
> > non-trivial and unfortunatley there is no simple way to fix the stuff.
>
> The strainge thing is I believe VisualStudio can generate code through it
> !:)
>
> Anyway I agree cut it for now as it is non functonal.
I would really hesistate in removing this. All of the Intel and AMD manuals
use this syntax.
Certainly the printer needs some work and I've actually got it on my TODO list
to look at it. I won't be able to get to it for a while, though.
It's not a simple matter of deleting files,...
2014 Dec 03
0
Improve encoding speed on older Intel CPUs
The commit http://git.xiph.org/?p=flac.git;a=commit;h=e9d805dd4374cead02a4e991515bae3bf9547e43
changes the code of functons that calculate autocorrelation.
However, the new code works slightly (about 4%) slower on Core 2.
But with the new presets the speed decrease can reach ~25%.
This patch enables both old and new functions and chooses between them in realtime.
-------------- next part
2010 Jan 18
0
new R package. How to hide data file
Dear R community,
I'm in the process of writing a package.
One of the functions reads a whole ascii file, full of data:
> SYMINFO <- scan("/file/full/of/data.txt",what="character",sep="\n",quiet=TRUE)
SYMINFO is now an array character with roughly 14000 elements.
I thought the best way to use this file in the package was to list it, together with the
2005 Apr 13
0
Summary: GLMMs: Negative Binomial family in R
Here is a summary of responses to my original email (see my query at the
bottom). Thank you to Achim Zeileis , Anders Nielsen, Pierre Kleiber and Dave
Fournier who all helped out with advice. I hope that their responses will help
some of you too.
*****************************************
Check out
glm.nb() from package MASS fits negative binomial GLMs.