search for: strucutre

Displaying 13 results from an estimated 13 matches for "strucutre".

2012 Nov 12
0
Adding Spatial Correlation Strucutre to Logistic Regression / Contingency Analysis
...factor as an explanatory variable? If so, I'm actually interested in how to do this for logistic regression (with continuous variables) too, so a method toward this end would be interesting as well. -- View this message in context: http://r.789695.n4.nabble.com/Adding-Spatial-Correlation-Strucutre-to-Logistic-Regression-Contingency-Analysis-tp4649300.html Sent from the R help mailing list archive at Nabble.com.
2006 Jan 12
4
How do you create a tree strucutre with ActiveRecord
I want to build an application that has the concept of administrative domains. What I mean by this is that administrators have access to different data, based on what domains they are a member of. The domain strucutre is hierarchical. Here is an example: - MLB - AL - East - Yankees - Red Sox ... + Central + West - NL + East + Central + West Now image I could put users at any level of the domain, possibly even at multple levels. If the user has administrative priv...
2009 Aug 07
2
Listing shared mailboxes with a domainpart
Hy! I am currently configuring a new mailserver using postfix and dovecot 1.2.1. The filesystem strucutre in my spool directory is user1/ user2/ domain/info/ domain/office/ user1 and unser2 are ordinary users mailboxes, the latter two contain the virtual mailboxes for info at domain and office at domain as created by postfix. I want these virtual mailboxes (all of them are in maildir format) to be sha...
2010 May 19
1
Where is the construction of a dist object from raw data described?
...d or a 0 1 2 3 b 1 0 4 5 c 2 4 0 6 d 3 5 6 0 The TSP modules takes in a "dist" object. Catch: The only way I can see to get a dist object is with dist(), which computes the distances for itself rather than taking them as-is. Q: How does one convert either of the strucutres above into a "dist" object without having to first feed them through dist()? I can easily split the labels into a seprate output file, leaving me with the rownames and colnames values for the result in a separate place if that makes explaining how to get the numeric values into...
2006 May 17
4
weird prototype error when using RJS
I''m trying to set up a nested menu strucutre using RJS I want to be click on an item, have not have the whole page refresh but just have the menu <li id=''Selection''> refreshed 1 - my model is using :acts_as_tree 2 - in my controller I have the following.. it''s just a barebones start at being able to dig D...
2012 Jul 28
1
Mixed-model with paired design & covariates
...in a mixed effect model? 2) several continuous covariates, attributes of species (number of points for modelization, size in km2 of the range) may influence the measures of accuracy and I may be interested in investigating those effects. How could I include a covariate in such model? How should I strucutre it given that there are species covariates (high order of nesting)? I hope that my questions are relevant! Thank you very much in advance for your help! Nathan [[alternative HTML version deleted]]
2010 Aug 16
3
parkcall: How to remove announcement.
Hello all, I want to park calls using the callpark application, but I don't want to hear the saydigit when the called is parked. To resolve this issue I use the following instruction in the dialplan: exten => _8XX,1,ParkAndAnnounce(|1000|local/10 at default|) Because local/10 at default is not defined to a peer I get a lot of warnings. :( Is there a better way to resolve this
2016 Dec 22
0
Is it possible to increase MAX_NUM_DLLS in future R releases?
...We open up the possibility of more dynamic ordering of the LoadedDLL structure. Essentially we can very cheaply move the most recently "used" DLL to the front of the list. The cons, I think, are small in this situation. We already dynamically allocate strings and arrays in the DllInfo strucutre so those are already not memory-local. Additionally, R is frequently operating on large datasets so cache thrashing is almost a given. The negligible time increase in traversing the list, I believe, will be offset by the more dynamic sorting that we are able to give that list. I have written a p...
2006 Mar 17
0
parameter constraints in sem
Dear James, I've been away and reading email at intervals, and also not following the r-help list during my trip. I've taken the liberty of copying this response to the r-help list along with your original posting. My apologies for the delay. The short answer to your question is "no," I'm afraid. sem() distinguishes between fixed and free parameters by the fact that the
2011 Dec 12
0
using dcast to reshape a DF from long to wide with multiple measured variables per obs
...v2 <- as.numeric(DF$v2)   It represents data in long format that needs to be reshaped by person, with each fill number+v2 and fill number+v3 as a column, with missing values in cases where a person does not have a fill number.   Essentially, I would like the DF to eventually assume the following strucutre:   DFnew <- structure(list(person = 1:3, fillno1_v2 = c(14975L, 14975L, 14975L ), fillno1_v3 = c(30L, 30L, 30L), fillno2_v2 = c(15006L, 15006L, 15006L), fillno2_v3 = c(30L, 30L, 30L), fillno3_v2 = c(15034L, 15034L, 15034L), fillno3_v3 = c(30L, 30L, 30L), fillno4_v2 = c(15065L, 15065L, 15065L)...
2012 Mar 26
2
[PATCH DOCDAY] docs: wrap misc/xen-command-line.markdown to 80 columns
...dom0 during boot. Any other value, +including omission, causes Xen to automatically switch to the dom0 +console during dom0 boot. ### contig\_mem ### cpu\_type @@ -193,7 +243,8 @@ The optional trailing `x` indicates that > Default: `4G` -Specify the maximum address to allocate certain strucutres, if used in combination with the `low_crashinfo` command line option. +Specify the maximum address to allocate certain strucutres, if used in +combination with the `low_crashinfo` command line option. ### crashkernel ### credit2\_balance\_over @@ -211,7 +262,8 @@ Specify the bit width of the D...
2017 Jun 06
3
llvm-objcopy proposal
Fantastic! Thanks for all of the input! I'll be considering all of it going forward. The plan right now is just to worry about ELF executables and nothing else. I'm very sympathetic to the "llvm-objtool" change. If everyone is cool with it I'll change the name in the next CL to "llvm-objtool". To start out I implemented a very basic ELF64LE specific bit of code.
2010 Dec 11
0
is there a packge or code to generate markov chains in R
...2:25:13 +0100 From: "Martin Spindler" <Martin.Spindler at gmx.de> To: r-help at R-project.org Subject: [R] subset with two factors Message-ID: <20101210112513.214200 at gmx.net> Content-Type: text/plain; charset="utf-8" Dear all, I have a dataframe of the following strucutre numacc_b coverage_b Geschlecht GG 1 0 1 W A 2 0 1 M A 3 0 1 M B 4 0 1 M B 5 0 1 W A 6 0 1 M B I would like to form a subset consisting of al...