similar to: Struggling to compute marginal effects !

Displaying 20 results from an estimated 700 matches similar to: "Struggling to compute marginal effects !"

2018 Mar 20
0
Struggling to compute marginal effects !
In that case, I can't work out why the first model fails but not the second. I would start looking at "Data" to see what it contains. if: object2 <- polr(Inc ~ Training ,Data,Hess = T,method = "logistic" ) works, the problem may be with the "Adopt" variable. Jim On Tue, Mar 20, 2018 at 10:55 AM, Willy Byamungu <wmulimbi at email.uark.edu> wrote: >
2009 Feb 05
3
maptools: Test if point is in polygon
In R's maptools package, is there a built-in function to test if a given point is "inside" a given polygon on the map? The map was loaded from an ESRI Shapefile. The point's latitude and longitude are known. Thank you! Aleks -- ------------------------ Aleksandr Andreev Fulbright Fellow Graduate School of Management St Petersburg State University
2012 Jan 13
2
Averaging over data sets
Hi all, after using Amelia II to create 10 imputed data sets I need to average them to have one unique data that includes the average for each cell of the variables imputed, in addition to the values for the variables not imputed. Such data has many variables (some numeric, other factors), and more than 20000 observations. I do not know how to average them out. Any help? Below I provide a small
2012 Jan 16
3
Select rows based on multiple comparisons
Dear all, I have a data set in which the same unit appears 2 or 3 or 4 times. I need to aggregate this data to maintain only one unit by row. But I need to do that based on a comparison between the values of such units. I can't find a function to help me on that. I appreciate any help. Below I provide an example of what I want: This is my data: Units Var1 Var2 Var3 1 B 2
2019 Aug 26
2
Problems joining station in domain
Hi, >How are you trying to join the computer ? >What exact command are you using ? I am using the graphical interface of the Windows client station. System->Advanced Settings ->Computer Name ->Change Then I enter the member of: EMPRESA (or EMPRESA.COM.BR), my admin username and password. cat /etc/samba/smb.conf # Global parameters [global] netbios name = SAMBA4-DC1 realm =
2014 Mar 05
2
Does automatic DNS PTR generation in Samba4 AD DC work at all?
Hello, I'm currently running a test setup with Samba4 internal DNS (Version 4.1.5 from Debian backports) and 2 clients (Linux and a Windows). Everything seems to work so far. However, I do not manage to get automatic PTR generation working. I'm using the internal DNS at the moment, but I wouldn't mind changing to bind if this will make it work. While reverse DNS seem to work with
2019 Aug 26
1
Problems joining station in domain
On 26/08/2019 20:43, Marcio Demetrio Bacci wrote: > Hi, > > Another strange situation occurs when I use the RSAT GPO tool in > Windows 7. The following message appears: > "RPC Server not available" > > Another situation is that I have created a GPO to allow helpdesk group > only to add stations in the domain, but this GPO does not work. > > The permissions
2011 Apr 17
3
Box plot with 5th and 95th percentiles instead of 1.5 * IQR: problems implementing an existing solution...
Hi all, I'm just getting started with R and I would appreciate some help. I'm having trouble creating a boxplot with whiskers at the 95th and 5th percentiles instead of at 1.5 * IQR. I have read the relevant documentation, and checked existing mails on this topic. I found a small modification that should work : https://stat.ethz.ch/pipermail/r-help/2001-November/016817.html and tried to
2005 Jan 08
6
NNTP versus web forums
I see that a number of questions are being answered on the new web forum that is now part of the centos site. And the mailing lists So now there are two places to search, both the forum and the mailing list archives. This is just doubles the work required to follow along or find a solution. I know NNTP isn't sexy, it doesn't allow graphics in posts, it doesn't have person
2018 Jan 16
4
AD replication problem "WERR_DS_DRA_ACCESS_DENIED" - need help debugging
Hi, there is no firewall, all DCs are in the same subnet. here ist the output of a test, you can see, the CNAME guid entries in the _msdcs can be resolved on any DC: (DC1 and DC2 are the first and second DCs, SAMBA3 was added at last. ldbsearch -H /srv/samba/private/sam.ldb '(invocationId=*)' --cross-ncs objectguid # record 1 dn: CN=NTDS Settings,CN=DC2,CN=Servers,CN=Default-First-Site-
2018 Jan 16
2
AD replication problem "WERR_DS_DRA_ACCESS_DENIED" - need help debugging
Heinz, I had exactly the same problem, and used ldbedit to apply the fix. Thanks for digging into this! Now I'm interested in the root cause as well ... Uli Am 16.01.2018 um 16:48 schrieb Heinz Hölzl via samba: > no, it seems to work!!! > > > i did a ldapmodify on DC2: > > ldapmodify -x -h dc2 -D cn=administrator,cn=users,dc=test,dc=net -W -f > serverReference.ldif
2003 Mar 26
2
predict (PR#2685)
There is a bug in `predict' whereby the order of variables sometimes gets re-arranged compared to the original fit, and then disaster results. Specifically, the 'variables' and 'predvars' attributes of a 'terms' object get out of synch. This only happens when the terms in the original formula get re-ordered during fitting: test> scrunge.data_ data.frame(
2002 Oct 18
8
MS Access and Samba
Hi, we still have some trouble running a MS Access-database on Samba. We now tried it with v.2.2.6 on RH 7.3 but still we either get no acces on the database simultanously or we run in problems with updating the database. The problem is that we make some changes on one of the clients but the changes are not visible to the other clients until they shut down the database and reopen it. We
2012 Jun 05
1
model.frame and predvars
I was looking at how the model.frame method for lm works and comparing it to my own for coxph. The big difference is that I try to retain xlevels and predvars information for a new model frame, and lm does not. I use a call to model.frame in predict.coxph, which is why I went that route, but never noted the difference till now (preparing for my course in Nashville). Could someone shed light
2003 May 30
2
rsync over ssh
Hi there, I use rsync over ssh to syncronise various directories between a windows machine and a linux box. Now I want to sync files between two linux boxes. Because the I want to do that as a cron job I need rsa key authentification. I have a user called test on both machines. On both pc I also run "ssh-keygen -t rsa1" and enter no passphrase. I copied the identity.pub file from the
2006 Jul 03
2
Still struggling with data flow ...
Hello, The following view: <%= start_form_tag %> Enter term to find <p> <%= text_field_tag :name, params[:name] %> </p> <%= link_to "Find", { :action => ''find_term''} %> <%= end_form_tag %> does not appear to pass back the value of :name to the action: def find_term term =
2006 Jun 12
0
struggling with relatively simple out of model updating
I''m trying to do a In/Out thing... In my in_outs_controller.rb def edit_in_out @in_out = InOut.new @in_out.user_id = params[:id] @user = User.find_by_id(@in_out.user_id) if @in_out.save @user.update_attribute(:in_out, params[:user][:in_out]) flash[:notice] = ''In/Out was successfully updated.'' redirect_to :action =>
2004 May 20
0
Still struggling with clock skew
Hi, Porblem 1 ok this time i have checked every thing still it is giving me this same error. [root@niit125 root]# kinit junaid@NIIT.EDU.PK Password for junaid@NIIT.EDU.PK: kinit(v5): Clock skew too great while getting initial credentials can any one tell me how to enable NTP on a windows domain controller cause when i run the command ntpdate [root@niit125 root]# ntpdate 10.10.11.1 20 May
2011 Dec 15
0
Struggling with Extensions in Realtime
Hello Everyone, Can someone please let me know what the correct way to deal with extensions for a particular user using asterisk reatime. For a user 1001, we would like to support: Local Calls: 123-456-7890 LD Calls: 1-123-456-7890 INT Calls: 011-64-03-123-456-7890 PBX EXT: 1002 Do I need to insert multiple records for use 1001, each pointing to the different extensions in the
2006 Jun 26
1
struggling with the "g" flag
If I have in my dialplan [AgentQ] exten => _XX.,1,Dial(Sip/{$exten},120,g) exten => _XX.,2,NoOP(here we are) where [AgentQ] is called by the queue command to a member added by addqueuemember(Local/99@AgentQ) why don't I get to the NoOp if the agent hangs up during the announcement message (to the agent) ? I see in the app_dial.c program that the "g" flag is tested thus: