similar to: Forward and backward algorithm in R?

Displaying 20 results from an estimated 600 matches similar to: "Forward and backward algorithm in R?"

2007 Dec 24
2
mgarch
Is there a package or function for multivariate garch model in R? I am having a hard time in locating one. Thanks for help in advance. -Young [[alternative HTML version deleted]]
2012 Nov 09
1
lm function - na.action
How do you lm throw away excess data points. I am following the documentation with no success -- View this message in context: http://r.789695.n4.nabble.com/lm-function-na-action-tp4649075.html Sent from the R help mailing list archive at Nabble.com.
2012 Jul 27
1
fitting Markov Switching Model
Dear Users, i have this time series, the tree lines means different level, i would use a Markov switching model with two states to modelling this time series. i would obtain the relative transition matrix (2X2) the first state is above the value of 23.65 (the higher line) the second state is below the value of 23.65 You can ignore the other two lines
2012 Oct 23
1
Mirror of the R manuals with a new visual style
Dear all, I've created a new mirror of the HTML versions of the main R manuals at <http://r-manuals.flakery.org>. This mirror does not modify the content of the manuals at all, but simply injects a new visual style with the aim of making the text easier to read and navigate. It will be updated after each release of R. The code used to generate these versions is freely available at
2012 Feb 15
2
Plotting monthly maps from yearly data
I have some data set which is available from 2005-2010 . I would like plot monthly maps out of it. So how I should write loop that can plot this yearly data to for every month and write title for individual months too. -- View this message in context: http://r.789695.n4.nabble.com/Plotting-monthly-maps-from-yearly-data-tp4391704p4391704.html Sent from the R help mailing list archive at
2012 Aug 27
1
how to generate response variables using simple regression
Hello, I have weight and wing length data of 5 kinds of birds (B1 to B5). Weight data (predictor) and wing data (response) were used to generated a simple regression. (using lm) Now some weight data are found but without wing data (B6, B7). I want to use the generated simple regression to produce wing data of B6 and B7 by their weight data. Please kindly advise R code to carry it out. Thank you.
2012 Nov 07
1
total number of citations for R project
Dear Member list, is there a weblink or a paper where the total number of citations for R project is report? Thanks in advance Gianni [[alternative HTML version deleted]]
2005 Jul 05
0
(no subject)
> Hi Joshua, > I think that if the client workstation has not joined a domain, then it > will > simply ask for a valid username/password combination for that share in > order > to try and access it's content. > The machines have a valid machine account, and i have thought of this possibility too and re-joined them in the domain. When accessing a share for which he is
2005 Jun 30
0
Relationship between dyn.load and library.dynam
I am a little confused about the relationship between library.dynam and dyn.load >From the documentation: library.dynam(chname, Load the specified file of compiled code if it has not been loaded already, or unloads it. Where chname is a character string naming a shared library to load. and dyn.load(x, local = TRUE, now = TRUE) Load or unload shared libraries, and test whether a C function
2006 Sep 06
4
mount ntfs file system
i learned that ntfs file system not supported by centos. and i try to tell my system version with uname -r and find my version is 2.6.9-22.EL so i download the kernel-module-ntfs-2.6.9-22.ELsmp-2.1.20-0.rr.9.10.i686.rpm but after rpm -ivh ..................... i do't know how to do? a article told me go to /usr/src/2.......... but i can't even find the dir . thanks for any help.
2005 Jul 05
1
samba share problem accessing from w2k client
Hi, I got a problem with accessing some share's on my samba PDC (3.0.14) When a user tyr to access a share for which he is not authorised a box show up to suplly a name and password to access the share. Why doesnt the user get a box with 'access denied'? When u supply a username (DOMAINNAME\USERNAME) and password which is authorised for the share u get the message:
2009 Jul 30
6
How can I change member action names on routes?
I have some controllers with member/collection actions. I want to change the name of those actions on the routes, so I can translate the action "/search" to German, for example. How can I do it? I will appreciate any help. -- Posted via http://www.ruby-forum.com/.
2003 Jul 15
6
Vijay - samba box not seen in browse list.
>Hi, > >I initially tried a RedHAt Linux 9.0 box to join in multiple domains, but >couldnt get it right. >Now I have two Win2K Domains A and B. >If I configure samba to be in Dmain A, I am able to see and browse the linux >box without any problems. >But if I change the workgroup to Domain B I am not able to see the machine >in that lbrowse list and nor am I able to acces
2017 Oct 27
1
genetics: backward haplotype transmission association algorithm
Dear friends - a couple of papers in PNAS (lastly:framework for making better predictions by directly estimating variables' predictivity, Lo et al PNAS 2016; 113:14277-14282) have focused interest on mapping complex traits to multiple loci spread all over the genome. I have been around on the relevant taskview(s) I hope but fail to see that the backward haplotype transmission association
2009 Dec 13
2
how to replace a single backward slash with a double backward slash?
Dear R-helpers: Hours ago, I asked how to replace a single forward slash with a double backward slash and recieved great help. Thanks again for all the repliers. In the meantime, I wonder how to replace a single backward slash with a double backward slash? e.g., I want change "c:\test" into "c:\\test" I tried the following but does not work.
2008 Mar 03
0
[PATCH 1/3] Backward compat to replace napi in *rx_schedule*
Signed-off-by: Dor Laor <dor.laor at qumranet.com> --- hack-module.awk | 28 +++++++++++++++++++++++++++- 1 files changed, 27 insertions(+), 1 deletions(-) diff --git a/hack-module.awk b/hack-module.awk index 580090b..bd63fb9 100644 --- a/hack-module.awk +++ b/hack-module.awk @@ -45,8 +45,8 @@ print " return 1;"; print " }"; print ""; -
2009 Dec 13
1
how to replace a single forward slash with a double backward slash in a string?
Dear R-helpers. Can someone kindly tell me how to replace a single forward slash with double backward slash in a string? i.e., from "a/b" to "a\\b" Many thanks in advance. -Sean [[alternative HTML version deleted]]
2005 May 07
1
help for bootstrap of backward stepwise logistic regression
I would like to perform a bootstrap validation of a backward stepwise logistic regression analysis, but I am a beginner with R and I am not sure of how to do it. Is there anyone that can send me a sample file in tab format (that I can modify in Excel by pasting my data) and the pertinent R algorithm? Many thanks Giuseppe -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dr. Giuseppe Biondi
2007 Mar 19
1
backward step?
Running my jigsaw program, BigJig, under Wine-0.9.17, the screen looks like it did under early versions (0.9.12 and before), and all the jigsaw selection thumbnails have gone. This has been the case since version 0.9.15. I recall that I fixed the layout by installing fonts - something about the size of the fonts set the size of the buttons. I am running Sidenet, which links to the Linux fonts.
2013 Jul 09
0
Backward compatibility
Hello Syslinux Team, Syslinux 5.xx / 6.xx are currently showing some backward compatibility issues. Between the ML and the IRC, there have been some comments / reports regarding memtest, older kernels, plop boot manager, ifplop.c32, hdt.c32... In some cases, the problems were seen when booting with some specific variant of Syslinux 5.xx / 6.xx (say, ISOLINUX only, or PXELINUX only); or with