similar to: EM Algorithm for missing data

Displaying 20 results from an estimated 400 matches similar to: "EM Algorithm for missing data"

2007 Aug 05
1
Plot in log scale
Hi, Forgive me, because I am new in R. I need a graph, where: - y axe has log scale - graph would have 4 set values: set first (out$a) has values over 5.5, set second (out$b) and third (out$c) has values over 0.005 and the last set (out$d) has values over 0.0005 of y axe. For this reason, I need have log scale on y axe. I've look for web, but I can't do the graph that I need. I try to do
2006 Oct 16
2
set linetype with plotCI
Dear R-list, I'm iterating several calls to plotCI [gplots], like so: plotCI( x = xvals.f[sorted], y = yvals.f[sorted], xlim = c(xmin, xmax), ylim = c(ymin, ymax), pch = plot_symbols[graph_idx], type = "b", lty = plot_linetypes[1], col = plot_colors[graph_idx], barcol = plot_colors[graph_idx], uiw = NA, xlab = "", ylab = "", add =
2007 Aug 12
2
Legend on graph
Hi, I have a problem when I want to put a legend on the graph. I do: legend("topright", names(o), cex=0.9, col=plot_colors,lty=1:5, bty="n") but the legend is writen into the graph (graphs' top but into the graph), because I have values on this position. How can I write the legend on top the graph without the legend writes on graph's values. Thanks. [[alternative
2015 Jun 18
2
CentOS QA
Thanks for the replies. I understood that a major part of testing being done by Redhat. But after repackaging the sources how doest CentOS make sure the integrity of the product. Is it being done by a dedicated team or by community ? On Fri, Jun 12, 2015 at 8:37 PM, Jonathan Billings <billings at negate.org> wrote: > On Fri, Jun 12, 2015 at 09:49:42AM +0530, Sudhi wrote: > >
2010 Sep 13
2
Saveing plot to multiple locations
Hi Im trying to save a plot both to a pdf and as just a picture but without success so if someone can help me I would be happy :) my code: require(party) irisct <- ctree(Species ~ .,data = iris) data(iris) attach(iris) pdf('/home/joel/Skrivbord/mammamu.pdf') try(png('/home/joel/Skrivbord/mammamu1.png')) plot(Sepal.Length, Petal.Length, col=unclass(Species)) legend(4.5, 7,
2009 Feb 23
0
Tree view similar to Grid view
Hi, Is there a plugin similar to wice grid for tree representation? A tree control which could directly use the active record the way wice grid does it? Thanks, Sudhi -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2015 Jun 12
0
CentOS QA
On Fri, Jun 12, 2015 at 09:49:42AM +0530, Sudhi wrote: > I'm not sure if this is the forum to ask this query. I was wondering how > the CentOS making sure that it work with different architectures, machine > models etc. Is there any team to do all these testing ? This isn't for CentOS, but for RHEL:
2015 Jun 18
0
CentOS QA
On Thu, Jun 18, 2015 at 07:51:28AM +0530, Sudhi wrote: > Thanks for the replies. > I understood that a major part of testing being done by Redhat. But after > repackaging the sources how doest CentOS make sure > the integrity of the product. Is it being done by a dedicated team or by > community ? It's done by the community. -- Jonathan Billings <billings at negate.org>
2011 Feb 22
0
Advice/suggestions on using a stacked barplot with "zoo"?
I'm not sure I'm using appropriate tools for what I'm trying to do; a reason for my lack of certainty is that I'm encountering difficulty with what I thought would be fairly simple: labeling the X axis of my graphs with human-readable timestamps. I'm using R 2.12.1, running in a FreeBSD 8.2-PRERELEASE r218945 environment. As I mentioned in a previous note, I working with data
2019 May 23
0
Release Announcement : Riex Package
Hi, Please find below the links related to 'Riex' package release announcement. If you have any questions or need additional information, let me know. - Release Announcement *- *https://myriamibrahim.com/portfolio/riex/ - CRAN - https://cran.r-project.org/web/packages/Riex/index.html - Github - https://github.com/TheEliteAnalyst/Riex Thank you for all your efforts and
2019 May 23
0
Release Announcement : Riex Package
Hi, Please find below the links related to 'Riex' package release announcement. If you have any questions or need additional information, let me know. - Release Announcement *- *https://myriamibrahim.com/portfolio/riex/ - CRAN - https://cran.r-project.org/web/packages/Riex/index.html - Github - https://github.com/TheEliteAnalyst/Riex Thank you for all your efforts and
2007 Feb 13
0
Re: Speex-dev Digest, Vol 33, Issue 9
Hi All, I am trying to cross compile speex-1.1.12 to powerpc-405, i get a error after the make, speexec.lo error, please help me how to get rid of this error. On 2/9/07, speex-dev-request@xiph.org <speex-dev-request@xiph.org> wrote: > Send Speex-dev mailing list submissions to > speex-dev@xiph.org > > To subscribe or unsubscribe via the World Wide Web, visit >
2011 Aug 16
3
Bayesian Relative Survival Analysis in R?
Hi all, May i know does R has packages or code to run "Bayesian Relative Survival Analysis"? I have look through Bayesian Survival Analysis(2001) by Joseph George Ibrahim<http://www.google.com/search?tbo=p&tbm=bks&q=inauthor:%22Joseph+George+Ibrahim%22>, Ming-Hui Chen<http://www.google.com/search?tbo=p&tbm=bks&q=inauthor:%22Ming-Hui+Chen%22>, Debajyoti
2010 Apr 07
6
push mail support
Hello, I would like to use push in qmail+dovecot environments. Can someone tell me which components should I use to enable this feature for mobile devices? Thanks. -Ibrahim.
2004 Dec 01
0
Samah ibrahim's invitation
Hi, I have created an account for myself and another one for you -- to send free text (SMS) messages to mobile phones. Can you please click on the link below to complete your sign-up. Don't worry it is quick. :-). http://www.sms.ac/registration/Intro.aspx?InviteId=pfii83t09g00najk4o4s2dv5spt82be23njep2pch3i1ng If you're already a member of SMS.ac, click here:
2011 Oct 05
1
variance ratio test
Hello, I am looking for a code in R for the variance ratio test statistic (the Lo and Mackinlay version or any other versions). Does anybody have such a code they can share or know a library in which I can find this function? Basically I have a number of time series which I need to check for persistence. One other test I can use is the runs test in the tseries package. Any help will be greatly
2001 Aug 17
1
wine and odbc32
have anybody succeeded to run an application that connects to a MSSQL database on another pc using odbc32.? I'm desperate for an answer guys Ibrahim hamouda system administrator Internode Networks
2001 Aug 19
3
microsoft sql query analyzer
I'm trying to get MSSQL Query analyzer to work it loads up i can enter the sql server name and user name and password. in the sql client utility it is setup for tcpip with an alias for the server name and the ip address. it tries to connect then comes back with an error: [Microsoft][ODBC SQL SERVER DRIVER][TCP?IP SOCKET]General network error odbc32 is native wsock32 is native winsock is
2015 Jun 12
3
CentOS QA
Hello everyone I'm not sure if this is the forum to ask this query. I was wondering how the CentOS making sure that it work with different architectures, machine models etc. Is there any team to do all these testing ? Thanks Sudeesh John
2012 Mar 21
1
A new Idea in GSoC 2012
Hi, I found that Xapian doesn't support Arabic, so I decided to help in that issue ... -- *YOURS* -------------- MOHAMED IBRAHIM ELDESOUKI Researcher @DBSRC ISSR - Cairo University Egypt - Cairo +201116500535 mailto: disooqi at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: