Skip to content

Commit

Permalink
my commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
aruizga7 committed Aug 19, 2015
1 parent 4fdc813 commit 323f8bc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/plscommand.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<Command Name="PLS"
xmlns="http://xml.spss.com/spss/extension"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xml.spss.com/spss/extension http://xml.spss.com/spss/extension/extension-1.0.xsd">
<Subcommand Name="" Occurrence="Required" IsArbitrary="True"/>
<Subcommand Name="ID">
<Parameter Name="Variable" ParameterType="VariableName"/>
</Subcommand>
<Subcommand Name="OUTDATASET">
<Parameter Name="CASES" ParameterType="DatasetName"/>
<Parameter Name="LATENTFACTORS" ParameterType="DatasetName"/>
<Parameter Name="PREDICTORS" ParameterType="DatasetName"/>
</Subcommand>
<Subcommand Name="CRITERIA">
<Parameter Name="LATENTFACTORS" ParameterType="Integer"/>
</Subcommand>
<Subcommand Name="MODEL" IsArbitrary="True"/>
</Command>

0 comments on commit 323f8bc

Please sign in to comment.