Displaying 20 results from an estimated 28 matches for "nidhi".
2008 Dec 26
3
Simulating dataset using Parallel Latent CTT model?
...=factor.pa(GenData$observed,1,scores = "TRUE", rotate="none")
round(cor(FactorScore$scores,GenData$latent),2)
(END)
Please let me know if I am moving into the right direction, if not then, please let me know the correct way to simulate the dataset
Thanks in Advance
Regards,
Nidhi Kohli
***************************************
Nidhi Kohli, M.Ed.
Doctoral Student
Department of Measurement, Statistics
and Evaluation
University of Maryland
1230 Benjamin Building
College Park, MD 20742-1115
e-mail: nidhik at umd.edu
2009 Feb 06
4
Upgrade R program (version 2.6.2) ???
...n and downloading the new version. This is because my existing R program has numerous packages that I downloaded for my research work. I want to upgrade my R program with those packages in it. Is there a way I can do this? I would appreciate if someone can help me in this issue.
Thank you
Regards
Nidhi
2009 Mar 22
1
Converting Matrix into List - problem (urgent)
...n this will be greatly appreciated (I'm open to any other alternative way to convert Matrix into List also)
P.S. I have tried using row.names and col.names in the read.table function however getting error "col.names object not found". I don't know what does this mean
Regards,
Nidhi Kohli
***************************************
Nidhi Kohli, M.Ed.
Doctoral Student
Department of Measurement, Statistics
and Evaluation
University of Maryland
1230 Benjamin Building
College Park, MD 20742-1115
e-mail: nidhik at umd.edu
2009 Jan 10
2
Print specific matrix value???
...rameters into beta.values
beta.values = runif(n.items,-2,2)
#Calculating Threshold
thresh.values = .5 * beta.values
#for (i in 1:10)
#{
#Using the function to generate the data
GenData <- congeneric.sim(N=500, loads = rep(.5,20), err=NULL, short = FALSE)
Observed_Scores = GenData[1]
Regards
Nidhi Kohli
2016 Mar 23
2
Re: (no subject)
...Permission denied(publickey,password):Connection reset by peer
I have enabled passwordless ssh login at the destination. Also i am able to
connect to the destination using using qemu+ssh.
On Wed, Mar 23, 2016, 6:59 PM Michal Privoznik <mprivozn@redhat.com> wrote:
> On 23.03.2016 14:13, nidhi d wrote:
> > How is the traffic different when using the tunnelled option rather than
> > ssh without tunnelling?
>
> There are two migration streams here:
>
> 1) libvirt (used to transfer libvirt's internal state of domain onto the
> other side)
> 2) qemu (used to...
2016 Mar 24
3
Re: (no subject)
>From the auth log at the destination:
Failed password for <user> from <ip> port <no> ssh2
On Thu, Mar 24, 2016, 3:50 PM Michal Privoznik <mprivozn@redhat.com> wrote:
> On 23.03.2016 14:47, nidhi d wrote:
> > I tried using tunnelled mode for vm migration, but migration failed with
> > the error
> >
> > Permission denied(publickey,password):Connection reset by peer
> >
> > I have enabled passwordless ssh login at the destination. Also i am able
> to
>...
2016 Mar 24
1
Re: (no subject)
I have made all these changes in my Ubuntu desktop. I have also enabled
passwordless login for ssh at destination. But still, everytime i run into
the same problem.
On Thu, Mar 24, 2016, 4:05 PM Michal Privoznik <mprivozn@redhat.com> wrote:
> On 24.03.2016 11:23, nidhi d wrote:
> > From the auth log at the destination:
> > Failed password for <user> from <ip> port <no> ssh2
>
> There's your answer. Libvirt really requires pubkey instead of passwd auth.
>
> http://wiki.libvirt.org/page/SSHSetup
>
> Michal
>
2016 Mar 30
4
Re: (no subject)
When i tried
virsh migrate <vm> xen+ssh://user@remote/system
I get the error
This function is not supported by the connection driver:virDomainMigrate3
2016 Mar 31
1
Re: (no subject)
Libvirt version as per virsh --version 1.2.2
Xen version as per xl info 4.4.2
I am working with xl toolstack
On Mar 30, 2016 11:09 PM, "Jim Fehlig" <jfehlig@suse.com> wrote:
> nidhi d wrote:
> > When i tried
> >
> > virsh migrate <vm> xen+ssh://user@remote/system
> >
> > I get the error
> >
> > This function is not supported by the connection driver:virDomainMigrate3
>
> What version of libvirt and Xen are you using? And wr...
2016 Mar 23
2
Re: (no subject)
How is the traffic different when using the tunnelled option rather than
ssh without tunnelling?
On Wed, Mar 23, 2016, 5:14 PM Michal Privoznik <mprivozn@redhat.com> wrote:
> On 22.03.2016 10:28, nidhi d wrote:
> > How is tunnelled option specified during migratiion different than an
> > ordinary ssh connection specified as:- virsh migrate vmName
> > qemu+ssh://user@remotesys/system?
> >
> >
>
> virsh migrate --tunelled ...
>
> Michal
>
>
2016 Mar 22
3
(no subject)
How is tunnelled option specified during migratiion different than an
ordinary ssh connection specified as:- virsh migrate vmName
qemu+ssh://user@remotesys/system?
2009 Nov 05
1
Simulate data for spline/piecewise regression model
...procedure because when I try to fit my simulated data using the Gauss-Newton method in SAS, I am getting some wacky parameter estimates. Can anyone please check my simulation code and tell me what mistake I am making in generating data for spline model?
Thank you very much for your help.
Regards,
Nidhi
Here is my code:
#Set the working directory #
setwd("C:/SPLINE MODEL")
#Data Simulation Routine#
subjects = 30 #Sets the sample of subjects for whom the data is to be generated#
knot = 8 #Specifies the value of knot/change point#
beta0 = 3 #Specifies the value of intercept for x <...
2008 Mar 14
3
`const_missing'': uninitialized constant Spec::Rails
Hi!
I''m experiencing such error while running simple model rspec just to
make sure everything is working.
$ script/spec spec/models/site_user_spec.rb
/var/lib/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:100:in
`const_missing'': uninitialized constant Spec::Rails (NameError)
from
2009 Jan 28
1
stack data sets
...ctor.pa(GenData$observed,1,scores = "TRUE")
round(cor(FactorScore$scores,GenData$latent),2)
filename_fs <- paste("FactorScore_",k,".dat")
#Exporting Factor Scores to Output file
write.table(FactorScore$scores,filename_fs,col.name=FALSE, row.name=FALSE)
}
Thank you
Nidhi
2016 Mar 01
0
libvirt-ext transport
I cannot find any documentation regarding usage of ext mode of transport
for VM Migration in libvirt. Can anyone give me ideas?
Nidhi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20160301/602603cc/attachment.htm>
2016 Mar 23
0
Re: (no subject)
On 23.03.2016 14:13, nidhi d wrote:
> How is the traffic different when using the tunnelled option rather than
> ssh without tunnelling?
There are two migration streams here:
1) libvirt (used to transfer libvirt's internal state of domain onto the
other side)
2) qemu (used to transfer qemu's internal state of...
2016 Mar 23
0
Re: (no subject)
On 22.03.2016 10:28, nidhi d wrote:
> How is tunnelled option specified during migratiion different than an
> ordinary ssh connection specified as:- virsh migrate vmName
> qemu+ssh://user@remotesys/system?
>
>
virsh migrate --tunelled ...
Michal
2016 Mar 24
0
Re: (no subject)
On 23.03.2016 14:47, nidhi d wrote:
> I tried using tunnelled mode for vm migration, but migration failed with
> the error
>
> Permission denied(publickey,password):Connection reset by peer
>
> I have enabled passwordless ssh login at the destination. Also i am able to
> connect to the destination usi...
2016 Mar 24
0
Re: (no subject)
On 24.03.2016 11:23, nidhi d wrote:
> From the auth log at the destination:
> Failed password for <user> from <ip> port <no> ssh2
There's your answer. Libvirt really requires pubkey instead of passwd auth.
http://wiki.libvirt.org/page/SSHSetup
Michal
2016 Mar 29
2
Re: (no subject)
Is the migration of xen vms implemented in libvirt? Using virsh migrate
xen+ssh ?