search for: explan

Displaying 20 results from an estimated 8796 matches for "explan".

Did you mean: explain
2011 Jun 07
1
R results explanation
Hi all, this might be a stupid question, but still. Everytime i find some new function it's prettty easy to understand how to use the syntax and to perform a text. Even the general idea of what the function does is pretty easy to understand, but i can not find an explanation (detailed explanation) of the R output for each function. For example, a function fitdistr() in MASS package i testing the data against the distributions (wanted distribution). fitdistr(k, "lognormal") > meanlog sdlog 3.150725905 0.759584332 (0.012839319) (0....
2005 Sep 27
5
graphics guide?
I am trying to create some graphs with R and it seems to be able to do what I need. However, I have so far not been able to find any sort of explanation of how the graphics system works. I am for instance trying to create a multiple figure, and I seem to have to call plot.new() before every new plot command, I have however not found any explanation of what this actually does. ?plot.new does give an explanation, but it is explained in R, so to...
2014 Nov 18
2
samba4 4.1 wiki/explanation: dcerpc endpoint servers
Dear all, still miss an exact wiki/explanation about the params of "dcerpc endpoint servers" concerning samba ADS, samba member, samba standalone!? Just give me a hint where to look at. Thank you Daniel EDV Daniel M?ller Leitung EDV Tropenklinik Paul-Lechler-Krankenhaus Paul-Lechler-Str. 24 72076 T?bingen Tel.: 07071/206-46...
2018 Nov 17
5
[Bug 1300] New: nft(8) - man page - SETS - missing descriptions and explanations - flags, auto-merge
https://bugzilla.netfilter.org/show_bug.cgi?id=1300 Bug ID: 1300 Summary: nft(8) - man page - SETS - missing descriptions and explanations - flags, auto-merge Product: nftables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org Repor...
2006 Jun 14
1
Changed md5sums on a bare-bones install. Logical explanation?
I'm new to this list, so feel free to update me on any rules that I seem not to be familiar with. I'm looking at some strange behavior on a _very_ barebones installation. I'd like to get some feedback on possible logical explanations. * What I'm seeing: The md5sum of all of my binaries in /usr/bin and /usr/sbin are changing exactly one hour after installation of CentOS-4.3. The sizes of the files are increased, with minor changes visible at the beginning of the files, and a large chunk added to the end. Other file...
2008 May 03
3
Does anyone know where I could find a good explanation of how rails works internally?
I was wondering if anyone knew of some resources I could look at to learn about how rails works internally. I''ve been looking through the code but I was wondering if there were any high level explanations of how it works overall. Thanks in advance, Ruben --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF...
2009 Mar 27
2
Physical or Statistical Explanation for the "Funnel" Plot?
The R code below produces (after running for a few minutes on a decent computer) the plot shown at the following location: http://n2.nabble.com/Is-there-a-physical-and-quantitative-explanation-for-this-plot--td2542321.html I'm just taking the mean of a given set of random variables, where the set size is increased. There appears to be a quick convergence and then a pretty steady variance out to a set size of 10,0000. I'm just wondering if there is a statistical explanat...
2008 May 19
2
labels in multiple plot
...point_type<-c("black","gray20","red"....) ... for (i in 1:dim(m)[1]) { par(pch=(18+i)) par(fg=point_type[i]) plot(m[i,], type='b', ylim = c(lower, upper), type = "l", ...) par(new=T) } Now I need to add an 'explanation' to each pch. I would have a box in the upperright corner of the plot containing several rows each one in the format: 'pch symbol': 'explanation' How can I do that? Thanx Bruno
2013 Jan 20
1
[LLVMdev] An explanation to ConstantInt
...to it using the ExecutionEngine, and then obtain the value. I see the hierarchy as: GlobalVariable -> GlobalValue -> Constant and ConstantInt -> Constant I can actually get the value of a ConstantInt variable using getValue(). I am getting confused with the nomenclature of Constant. Any explanation for why it is called Constant? Thanks Varun Agrawal -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130120/303d7488/attachment.html>
2017 Sep 19
1
tinc 1.0 syslog dump explanation
Hello, I failed to find any explanation about node statuses in syslog dump. Could you please enlight what these status codes mean and how to interpret these? Sep 19 07:08:26 ip-10-255-1-200 tinc.routers[20543]: 10_254_5_11 at 10.255.5.11 port 58045 options c socket 7 status 01c2 outbuf 157/0/0 Sep 19 07:08:26 ip-10-255-1-200 tinc....
2009 May 21
1
"Error: C stack usage is too close to the limit" (can't understand explanations of how to fix this)
...t I don't understand words like "DLL" or "embed", and I don't understand how R works at any deep level. I am using R 2.8.1 on Windows XP. -- View this message in context: http://www.nabble.com/%22Error%3A-C-stack-usage-is-too-close-to-the-limit%22-%28can%27t-understand-explanations-of-how-to-fix-this%29-tp23650518p23650518.html Sent from the R help mailing list archive at Nabble.com.
2011 Oct 16
1
Beginner's question about ptrend. What package to use in R and a general explanation of the statistics.
Hello I'm wanting to understand more about ptrend (a statistical explanation via an internet website if possible) and also to know what package in R would produce a ptrend. Appreciate any help I can get on this as I'm trying to read and understand an epidemiological paper and data and reproduce similar results for my own understanding. Thanks Meredith...
2009 Sep 13
0
DO NOT REPLY [Bug 4488] Unreadable directory causes no deletion without explanation
...------ (In reply to comment #0) > Having an unreadable (unix permissions set to no read access) directory within > the source directory causes a complaint that is apparently considered an I/O > error and therefore prevents --delete and --delete-excluded from acting without > any sort of explanation. Such an explanation should be included in -vv output. When I try this, I see the following message regardless of verbosity: IO error encountered -- skipping file deletion > Alternatively, or in addition, a single file without read access should > possibly not prevent other files in...
2012 Jan 04
1
[ping] fix type explanation in plot.default
Dear R-devel, I sent this in December, but I didn't get any answer... The explanation of the 'type' parameter of plot.default is a bit confusing, plus the stray closing parenthesis. I suggest the following small change to match the one given in plot. Feel free to adjust at your convenience. Apply to http://svn.r-project.org/R/trunk/src/library/graphics/man/plot.defau...
2013 Mar 02
0
explanation of the problem..
...dim(x2[!as.logical(rowSums(x2==0)),])[1]}))}) res #[[1]] #[1] 6 7 6 6 5 6 #[[2]] #[1] 6 5 6 5 # #[[3]] #[1] 5 A.K. ________________________________ From: Utpal Bakshi <utpalmtbi at gmail.com> To: arun <smartpink111 at yahoo.com> Sent: Saturday, March 2, 2013 2:14 PM Subject: Re: explanation of the problem.. may be you could use the specaccum function of vegan package for permutations.. the function is shown in pan genome script file.. On Sun, Mar 3, 2013 at 12:39 AM, arun <smartpink111 at yahoo.com> wrote: Another problem, is that with this combinations of many colum...
2009 Dec 01
1
explanation for left-side behaviour
...;m pretty sure that it's written down somewhere but I cannot find it so far. The little example shows different approaches to replace a substring. Only the last one works. I think it has something to do with the fact that "substr" is used on the left side. Can anybody refer to an explanation for this behaviour? Thanks a lot in advance! Antje values <- factor(c(rep("abc",3), rep("bcd",3), rep("cde",3))) substr(values,2,3) <- ".." substr(as.character(values),2,3) <- ".." values <- as.character(values) substr(values...
2003 Aug 23
1
explanation of lm's coefficients
...7 28 -0.7256897 -0.7256897 -0.7256897 -0.7256897 -0.7256897 -0.7256897 -0.7256897 29 30 -0.7256897 -0.7256897 My goal is to get the mean values of the factors. Although easily done, I don't understand why the ftr2 and ftr3 are offset by the value of the intercept. Any explanations would be appreciated. Justin ________________________________________ Justin Fay Assistant Professor of Genetics Washington University School of Medicine 4566 Scott Ave, St. Louis, MO 63110 PH: 314.747.1808 Fax: 314.362.7855
2009 Apr 03
4
embed?
...4 3 2 [3,] 5 4 3 [4,] 6 5 4 [5,] 7 6 5 [6,] 8 7 6 [7,] 9 8 7 [8,] 10 9 8 I don't quite understand the output and why it is useful. First, there are only 8 rows down from 10 and the first element starts with 3. Of course I can think of explanations as to what is occuring but I cannot see how this is useful. I am sure it has application as i see this command used in much of the source but I just cannot see it now. The documentation states: Each row of the resulting matrix consists of sequences x[t], x[t-1], ..., x[t-dimension+1], where...
2015 Nov 11
5
[RFC] A new intrinsic, `llvm.blackbox`, to explicitly prevent constprop, die, etc optimizations
...s do. >> >> > You have now removed some conditional evaluation and jumps. those > would normally take benchmark time. > Why is that okay? Because the original post in terms of wanting to inhibit specific optimizations was a flawed way of describing the problem. Reid's explanation of "an external function that LLVM is not allowed to reason about the body of" is a much better explanation, as a good benchmark will place llvm.blackbox() exactly where real code would call, say, getrandom() (on input) or printf() (on output). However, as the function call overh...
2005 Jan 14
2
Questions on Inserting R graphs in latex!
...\includegraphics[scale=0.9]{myFigure} \end{center} \caption{test statement} \label{fig:myFigure} \end{figure} \end{document} I got th following errors while I used Ctrl+F7 to edit. ! LaTeX Error: Environment figure undefined. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.5 \begin{figure} Your command was ignored. Type I <command> <return> to replace it with another command, or &lt...