Learn R Programming

seeds (version 0.9.1)

print,resultsSeeds-method: A default printing function for the resultsSeeds class

Description

This function overwrites the default print function and is used for objects of the class resultsSeeds. The print function gives the basic information about the results seeds object. The default printout is the estimated states and the calculated hidden inputs

Usage

# S4 method for resultsSeeds
print(x)

Arguments

x

an object of the class resultsSeeds

Value

Returns a short summary of the important results

Examples

Run this code
# NOT RUN {
data(ubv_res)

plot(res[[2]])


# }

Run the code above in your browser using DataLab